- improved parser
[enigma2.git] / lib / gui / ewindowstyle.h
index 6431c2428003f4984f005f4c61eb19796ec9a78f..0014bfa46f201c284b6d8637340dc0f7a7126fb8 100644 (file)
@@ -17,7 +17,8 @@ public:
        enum {
                styleLabel,
                styleListboxSelected,
-               styleListboxNormal
+               styleListboxNormal,
+               styleListboxMarked
        };
        
        virtual void drawFrame(gPainter &painter, const eRect &frame, int type) = 0;