aboutsummaryrefslogtreecommitdiff
path: root/src/WinButton.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-02-23 17:03:01 (GMT)
committermarkt <markt>2007-02-23 17:03:01 (GMT)
commitca7b5ee4a59ea18fd832b11040f63bcc0d8404ab (patch)
tree1ce6639cf743f48e76c4febd37ba8209eb532fa9 /src/WinButton.hh
parente85569f1df2511f4c5f54b5ea5615b6a80014bcc (diff)
downloadfluxbox-ca7b5ee4a59ea18fd832b11040f63bcc0d8404ab.zip
fluxbox-ca7b5ee4a59ea18fd832b11040f63bcc0d8404ab.tar.bz2
update titlebar buttons on reconfigure
Diffstat (limited to 'src/WinButton.hh')
-rw-r--r--src/WinButton.hh5
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