aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-15 18:35:32 (GMT)
committerfluxgen <fluxgen>2003-06-15 18:35:32 (GMT)
commitf6fcf362314ef7385bba48cf911ab967f5086667 (patch)
treeb5711d35dbc2f4d759ea91f0b83a6aa2bf867eac /src/Window.hh
parentb681e308a281559e4489cf5ad3d2a31f1494683a (diff)
downloadfluxbox-f6fcf362314ef7385bba48cf911ab967f5086667.zip
fluxbox-f6fcf362314ef7385bba48cf911ab967f5086667.tar.bz2
instance and class name in WinClient instead
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 7a150e8..b5b86fa 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.77 2003/06/12 14:34:28 fluxgen Exp $ 25// $Id: Window.hh,v 1.78 2003/06/15 18:34:48 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -304,8 +304,7 @@ public:
304 unsigned int width() const; 304 unsigned int width() const;
305 unsigned int height() const; 305 unsigned int height() const;
306 unsigned int titlebarHeight() const; 306 unsigned int titlebarHeight() const;
307 const std::string &className() const { return m_class_name; } 307
308 const std::string &instanceName() const { return m_instance_name; }
309 bool isLowerTab() const; 308 bool isLowerTab() const;
310 int initialState() const; 309 int initialState() const;
311 310
@@ -350,7 +349,7 @@ private:
350 void shape(); 349 void shape();
351 350
352 void grabButtons(); 351 void grabButtons();
353 352
354 void startMoving(Window win); 353 void startMoving(Window win);
355 void stopMoving(); 354 void stopMoving();
356 void startResizing(Window win, int x, int y, bool left); 355 void startResizing(Window win, int x, int y, bool left);
@@ -389,9 +388,6 @@ private:
389 // state and hint signals 388 // state and hint signals
390 WinSubject m_hintsig, m_statesig, m_layersig, m_workspacesig, m_diesig; 389 WinSubject m_hintsig, m_statesig, m_layersig, m_workspacesig, m_diesig;
391 390
392 std::string m_instance_name; /// instance name from WM_CLASS
393 std::string m_class_name; /// class name from WM_CLASS
394
395 // Window states 391 // Window states
396 bool moving, resizing, shaded, maximized, iconic, 392 bool moving, resizing, shaded, maximized, iconic,
397 focused, stuck, send_focus_message, m_managed; 393 focused, stuck, send_focus_message, m_managed;