aboutsummaryrefslogtreecommitdiff
path: root/src/WinButton.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-03-22 11:38:24 (GMT)
committerfluxgen <fluxgen>2003-03-22 11:38:24 (GMT)
commit93c4d43b694aa6c1ea13dcc22ca647750eb29df0 (patch)
treee093ef3bc9a7f382a8db535a2c765e0c1283d1d8 /src/WinButton.hh
parent239e3b62d53a230c5831c59670a38a9812003827 (diff)
downloadfluxbox-93c4d43b694aa6c1ea13dcc22ca647750eb29df0.zip
fluxbox-93c4d43b694aa6c1ea13dcc22ca647750eb29df0.tar.bz2
minor indent
Diffstat (limited to 'src/WinButton.hh')
-rw-r--r--src/WinButton.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/WinButton.hh b/src/WinButton.hh
index 8817a48..49504e5 100644
--- a/src/WinButton.hh
+++ b/src/WinButton.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22/// $Id: WinButton.hh,v 1.1 2003/01/05 22:48:54 fluxgen Exp $ 22/// $Id: WinButton.hh,v 1.2 2003/03/22 11:38:24 fluxgen Exp $
23 23
24#include "Button.hh" 24#include "Button.hh"
25 25
@@ -31,7 +31,8 @@ class WinButton:public FbTk::Button {
31public: 31public:
32 /// draw type for the button 32 /// draw type for the button
33 enum Type {MAXIMIZE, MINIMIZE, SHADE, STICK, CLOSE}; 33 enum Type {MAXIMIZE, MINIMIZE, SHADE, STICK, CLOSE};
34 WinButton(Type buttontype, const FbTk::FbWindow &parent, int x, int y, unsigned int width, unsigned int height); 34 WinButton(Type buttontype, const FbTk::FbWindow &parent, int x, int y,
35 unsigned int width, unsigned int height);
35 /// override for drawing 36 /// override for drawing
36 void exposeEvent(XExposeEvent &event); 37 void exposeEvent(XExposeEvent &event);
37 /// override for redrawing 38 /// override for redrawing