diff options
author | rathnor <rathnor> | 2003-10-06 06:22:43 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-06 06:22:43 (GMT) |
commit | dda34421a3d586e6efd70a4a672266267dda7474 (patch) | |
tree | ad2dcb5335a03081542a91a6c8617cf89586304a /src/Window.hh | |
parent | 9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c (diff) | |
download | fluxbox-dda34421a3d586e6efd70a4a672266267dda7474.zip fluxbox-dda34421a3d586e6efd70a4a672266267dda7474.tar.bz2 |
fix shape - all menus shaped, and some weird shape bugs
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh index 8831522..480d637 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,13 +22,13 @@ | |||
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.98 2003/10/05 02:31:23 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.99 2003/10/06 06:22:43 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
29 | 29 | ||
30 | #include "FbMenu.hh" | ||
30 | #include "Timer.hh" | 31 | #include "Timer.hh" |
31 | #include "Menu.hh" | ||
32 | #include "Subject.hh" | 32 | #include "Subject.hh" |
33 | #include "EventHandler.hh" | 33 | #include "EventHandler.hh" |
34 | #include "XLayerItem.hh" | 34 | #include "XLayerItem.hh" |
@@ -419,7 +419,7 @@ private: | |||
419 | Display *display; /// display connection | 419 | Display *display; /// display connection |
420 | BlackboxAttributes m_blackbox_attrib; | 420 | BlackboxAttributes m_blackbox_attrib; |
421 | 421 | ||
422 | FbTk::Menu m_windowmenu; | 422 | FbMenu m_windowmenu; |
423 | 423 | ||
424 | timeval m_last_focus_time; | 424 | timeval m_last_focus_time; |
425 | 425 | ||