X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Finterface_widgets.hpp;h=4e2f9c6e011ef56e326d2f384ffc51c937776e79;hb=0d92657d76a216866c7bde5ec855a902242b5654;hp=f65c0ebdd0ff4cbd35f5a990fcbc2a1603aeb19b;hpb=8dbc6a21f37a315a349acd4bd85bdac985047c56;p=vlc diff --git a/modules/gui/qt4/components/interface_widgets.hpp b/modules/gui/qt4/components/interface_widgets.hpp index f65c0ebdd0..4e2f9c6e01 100644 --- a/modules/gui/qt4/components/interface_widgets.hpp +++ b/modules/gui/qt4/components/interface_widgets.hpp @@ -55,15 +55,15 @@ public: void release( void * ); int control( void *, int, va_list ); - int i_video_height, i_video_width; - vout_thread_t *p_vout; - private: intf_thread_t *p_intf; vlc_mutex_t lock; + vout_thread_t *p_vout; + signals: - void askResize(); + //void askResize(); void askVideoWidgetToShow(); + public slots: void SetSizing( unsigned int, unsigned int ); };