diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh index 68281f8..943ad35 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.34 2002/10/19 10:53:10 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.35 2002/10/22 14:41:13 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -112,6 +112,7 @@ public: | |||
112 | bool hasTab() const { return (tab!=0 ? true : false); } | 112 | bool hasTab() const { return (tab!=0 ? true : false); } |
113 | bool isMoving() const { return moving; } | 113 | bool isMoving() const { return moving; } |
114 | bool isResizing() const { return resizing; } | 114 | bool isResizing() const { return resizing; } |
115 | bool isGroupable() const; | ||
115 | const BScreen *getScreen() const { return screen; } | 116 | const BScreen *getScreen() const { return screen; } |
116 | BScreen *getScreen() { return screen; } | 117 | BScreen *getScreen() { return screen; } |
117 | const Tab *getTab() const { return tab; } | 118 | const Tab *getTab() const { return tab; } |
@@ -340,7 +341,7 @@ private: | |||
340 | void checkTransient(); | 341 | void checkTransient(); |
341 | 342 | ||
342 | Window findTitleButton(int type); | 343 | Window findTitleButton(int type); |
343 | private: | 344 | |
344 | //event callbacks | 345 | //event callbacks |
345 | static void stickyButton_cb(FluxboxWindow *, XButtonEvent *); | 346 | static void stickyButton_cb(FluxboxWindow *, XButtonEvent *); |
346 | static void stickyPressed_cb(FluxboxWindow *, XButtonEvent *); | 347 | static void stickyPressed_cb(FluxboxWindow *, XButtonEvent *); |
@@ -386,7 +387,7 @@ private: | |||
386 | 387 | ||
387 | void restoreGravity(); | 388 | void restoreGravity(); |
388 | void setGravityOffsets(); | 389 | void setGravityOffsets(); |
389 | void setState(unsigned long); | 390 | void setState(unsigned long stateval); |
390 | void upsize(); | 391 | void upsize(); |
391 | void downsize(); | 392 | void downsize(); |
392 | void right_fixsize(int * = 0, int * = 0); | 393 | void right_fixsize(int * = 0, int * = 0); |