summaryrefslogtreecommitdiff
path: root/otk/button.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-15 02:30:14 +0000
committerDana Jansens <danakj@orodu.net>2002-11-15 02:30:14 +0000
commitb3822fcfb19bfdcf775fbc6ff2f89a817d16cb4c (patch)
treed4ab5a38fb0e697c10f8e789895ef94fb6a76545 /otk/button.hh
parented4696f6910047ae596a874ef3f1f85b5390aadb (diff)
make stuff draw on expose events
Diffstat (limited to 'otk/button.hh')
-rw-r--r--otk/button.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/button.hh b/otk/button.hh
index 55a2389c..6908322e 100644
--- a/otk/button.hh
+++ b/otk/button.hh
@@ -40,7 +40,7 @@ private:
std::string _text;
//OtkPixmap _pixmap;
bool _pressed;
- bool _dirty;
+// bool _dirty;
BTexture *_pressed_focus_tx;
BTexture *_pressed_unfocus_tx;