aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 15de2bb..92431ab 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -454,8 +454,6 @@ private:
454 void updateButtons(); 454 void updateButtons();
455 455
456 void init(); 456 void init();
457 /// applies a shape mask to the window if it has one
458 void shape();
459 void updateClientLeftWindow(); 457 void updateClientLeftWindow();
460 void grabButtons(); 458 void grabButtons();
461 459
@@ -560,7 +558,6 @@ private:
560 bool resize, move, iconify, maximize, close, tabable; 558 bool resize, move, iconify, maximize, close, tabable;
561 } functions; 559 } functions;
562 560
563 bool m_shaped; ///< if the window is shaped with a mask
564 bool m_icon_hidden; ///< if the window is in the iconbar 561 bool m_icon_hidden; ///< if the window is in the iconbar
565 bool m_focus_hidden; ///< if the window is in the NextWindow list 562 bool m_focus_hidden; ///< if the window is in the NextWindow list
566 int m_old_pos_x, m_old_pos_y; ///< old position so we can restore from maximized 563 int m_old_pos_x, m_old_pos_y; ///< old position so we can restore from maximized