aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Button.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-14 14:22:16 (GMT)
committersimonb <simonb>2006-04-14 14:22:16 (GMT)
commit0780952b102b48e4448bbd514dad6297899be1e4 (patch)
treeec2213d7843b82ff8d03d6d2bcc2079970896ca4 /src/FbTk/Button.hh
parent33079d2593a7a598446cc837fc39eb2a914ebb1f (diff)
downloadfluxbox-0780952b102b48e4448bbd514dad6297899be1e4.zip
fluxbox-0780952b102b48e4448bbd514dad6297899be1e4.tar.bz2
fix window button image updates
Diffstat (limited to 'src/FbTk/Button.hh')
-rw-r--r--src/FbTk/Button.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Button.hh b/src/FbTk/Button.hh
index fe65f1b..89a754c 100644
--- a/src/FbTk/Button.hh
+++ b/src/FbTk/Button.hh
@@ -87,6 +87,7 @@ private:
87 Color m_pressed_color; 87 Color m_pressed_color;
88 GC m_gc; ///< graphic context for button 88 GC m_gc; ///< graphic context for button
89 bool m_pressed; ///< if the button is pressed 89 bool m_pressed; ///< if the button is pressed
90 bool *mark_if_deleted; ///< if the button is deleted and this is set, make it true
90 RefCount<Command> m_onclick[5]; ///< what to do when this button is clicked with button num 91 RefCount<Command> m_onclick[5]; ///< what to do when this button is clicked with button num
91}; 92};
92 93