diff options
author | simonb <simonb> | 2007-08-09 03:45:31 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-08-09 03:45:31 (GMT) |
commit | a0f44b9e9a7c2e401e2cf1ef80fed98acf1d7e44 (patch) | |
tree | 2c2658372e5e85c2d0c186f7080e9534430af633 /src/Window.hh | |
parent | a04eed16c5287c11e565ecb25f465b96d6f61279 (diff) | |
download | fluxbox-a0f44b9e9a7c2e401e2cf1ef80fed98acf1d7e44.zip fluxbox-a0f44b9e9a7c2e401e2cf1ef80fed98acf1d7e44.tar.bz2 |
Fix handling of Shape, stage 2 (more involved/complete handling)
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
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 |