aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-12 14:35:36 (GMT)
committerfluxgen <fluxgen>2003-06-12 14:35:36 (GMT)
commit4223370926da86b3d4b541dd910626b78db6a00a (patch)
tree3c5ba0ca0ed8b950d244b152be5ff36a90b7fa73 /src/Window.hh
parentbb004b632580f977d6af498e339f2637aba8eb30 (diff)
downloadfluxbox-4223370926da86b3d4b541dd910626b78db6a00a.zip
fluxbox-4223370926da86b3d4b541dd910626b78db6a00a.tar.bz2
minor fixes
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 3a06702..7a150e8 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.76 2003/05/26 04:24:24 rathnor Exp $ 25// $Id: Window.hh,v 1.77 2003/06/12 14:34:28 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -346,6 +346,7 @@ public:
346 346
347private: 347private:
348 void init(); 348 void init();
349 /// applies a shape mask to the window if it has one
349 void shape(); 350 void shape();
350 351
351 void grabButtons(); 352 void grabButtons();
@@ -371,8 +372,6 @@ private:
371 void saveBlackboxHints(); 372 void saveBlackboxHints();
372 void setNetWMAttributes(); 373 void setNetWMAttributes();
373 void associateClientWindow(); 374 void associateClientWindow();
374 void createWinButtons();
375 void decorateLabel();
376 375
377 void restoreGravity(); 376 void restoreGravity();
378 void setGravityOffsets(); 377 void setGravityOffsets();
@@ -396,6 +395,7 @@ private:
396 // Window states 395 // Window states
397 bool moving, resizing, shaded, maximized, iconic, 396 bool moving, resizing, shaded, maximized, iconic,
398 focused, stuck, send_focus_message, m_managed; 397 focused, stuck, send_focus_message, m_managed;
398
399 WinClient *m_attaching_tab; 399 WinClient *m_attaching_tab;
400 400
401 BScreen &m_screen; /// screen on which this window exist 401 BScreen &m_screen; /// screen on which this window exist