diff options
author | markt <markt> | 2007-02-23 17:03:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-02-23 17:03:01 (GMT) |
commit | ca7b5ee4a59ea18fd832b11040f63bcc0d8404ab (patch) | |
tree | 1ce6639cf743f48e76c4febd37ba8209eb532fa9 /src/WinButton.hh | |
parent | e85569f1df2511f4c5f54b5ea5615b6a80014bcc (diff) | |
download | fluxbox-ca7b5ee4a59ea18fd832b11040f63bcc0d8404ab.zip fluxbox-ca7b5ee4a59ea18fd832b11040f63bcc0d8404ab.tar.bz2 |
update titlebar buttons on reconfigure
Diffstat (limited to 'src/WinButton.hh')
-rw-r--r-- | src/WinButton.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WinButton.hh b/src/WinButton.hh index d1e57f3..3181278 100644 --- a/src/WinButton.hh +++ b/src/WinButton.hh | |||
@@ -21,6 +21,9 @@ | |||
21 | 21 | ||
22 | /// $Id$ | 22 | /// $Id$ |
23 | 23 | ||
24 | #ifndef WINBUTTON_HH | ||
25 | #define WINBUTTON_HH | ||
26 | |||
24 | #include "FbTk/Button.hh" | 27 | #include "FbTk/Button.hh" |
25 | #include "FbTk/Observer.hh" | 28 | #include "FbTk/Observer.hh" |
26 | #include "FbTk/FbPixmap.hh" | 29 | #include "FbTk/FbPixmap.hh" |
@@ -65,3 +68,5 @@ private: | |||
65 | 68 | ||
66 | bool overrode_bg, overrode_pressed; | 69 | bool overrode_bg, overrode_pressed; |
67 | }; | 70 | }; |
71 | |||
72 | #endif // WINBUTTON_HH | ||