X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Finput_manager.hpp;h=07a21261d1730ca9f603b02ba534d5989f196c48;hb=1405cf748a267b5e7ad21b606172a27d688eda56;hp=b3ae1dea3b48774afda11206e47a29a1d0f4f861;hpb=12f8c376ddf570554a982e38f5f927f322962400;p=vlc diff --git a/modules/gui/qt4/input_manager.hpp b/modules/gui/qt4/input_manager.hpp index b3ae1dea3b..07a21261d1 100644 --- a/modules/gui/qt4/input_manager.hpp +++ b/modules/gui/qt4/input_manager.hpp @@ -28,7 +28,7 @@ # include "config.h" #endif -#include +#include #include #include "qt4.hpp" @@ -42,6 +42,9 @@ static int const ItemStateChanged_Type = QEvent::User + IMEventType + 3; static int const ItemTitleChanged_Type = QEvent::User + IMEventType + 4; static int const ItemRateChanged_Type = QEvent::User + IMEventType + 5; static int const VolumeChanged_Type = QEvent::User + IMEventType + 6; +static int const FullscreenControlShow_Type = QEvent::User + IMEventType + 7; +static int const FullscreenControlHide_Type = QEvent::User + IMEventType + 8; +static int const FullscreenControlPlanHide_Type = QEvent::User + IMEventType + 9; class IMEvent : public QEvent { @@ -113,6 +116,8 @@ signals: /// Play/pause status void statusChanged( int ); void artChanged( QString ); + /// Controll of fullscreen controller + void inputUnset(); #ifdef ZVBI_COMPILED void teletextEnabled( bool ); #endif