aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewindowstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gui/ewindowstyle.h')
-rw-r--r--lib/gui/ewindowstyle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gui/ewindowstyle.h b/lib/gui/ewindowstyle.h
index 6431c242..0014bfa4 100644
--- a/lib/gui/ewindowstyle.h
+++ b/lib/gui/ewindowstyle.h
@@ -17,7 +17,8 @@ public:
enum {
styleLabel,
styleListboxSelected,
- styleListboxNormal
+ styleListboxNormal,
+ styleListboxMarked
};
virtual void drawFrame(gPainter &painter, const eRect &frame, int type) = 0;