Support focus animation for listbox
[vuplus_dvbapp] / lib / gui / elistbox.h
index 7334e48..17fce5c 100644 (file)
@@ -160,6 +160,9 @@ private:
        ePtr<iListboxContent> m_content;
        eSlider *m_scrollbar;
        eListboxStyle m_style;
+#ifdef USE_LIBVUGLES2
+       long m_dir;
+#endif
 #endif
 };