make VideoWindow usable for main decoder too
[enigma2.git] / lib / gui / ewidget.h
index f7c611f6c144918e142e603e0577b9f5e069237d..98b30087af32e545dd73d249b502fc80c4d61311 100644 (file)
@@ -34,7 +34,7 @@ public:
        
        void destruct();
        
-       int getStyle(ePtr<eWindowStyle> &style) { if (!m_style) return 1; style = m_style; return 0; }
+       SWIG_VOID(int) getStyle(ePtr<eWindowStyle> &SWIG_NAMED_OUTPUT(style)) { if (!m_style) return 1; style = m_style; return 0; }
        void setStyle(eWindowStyle *style) { m_style = style; }
        
        void setBackgroundColor(const gRGB &col);