X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Finput_manager.hpp;h=2218eaac1b5cd5758d443df14108cc8d92fc3b7d;hb=165268ce46a459ed3818a5450848b1b7e03b30e1;hp=795d03427a76e00a68e3d33b5854fca74bc8483b;hpb=66a8a1a8fe1f9e7e1b1d39b23b756d10be31109a;p=vlc diff --git a/modules/gui/qt4/input_manager.hpp b/modules/gui/qt4/input_manager.hpp index 795d03427a..2218eaac1b 100644 --- a/modules/gui/qt4/input_manager.hpp +++ b/modules/gui/qt4/input_manager.hpp @@ -45,9 +45,10 @@ static int const VolumeChanged_Type = QEvent::User + IMEventType + 6; static int const ItemSpuChanged_Type = QEvent::User + IMEventType + 7; static int const ItemTeletextChanged_Type= QEvent::User + IMEventType + 8; -static int const FullscreenControlShow_Type = QEvent::User + IMEventType + 10; -static int const FullscreenControlHide_Type = QEvent::User + IMEventType + 11; -static int const FullscreenControlPlanHide_Type = QEvent::User + IMEventType + 12; +static int const FullscreenControlToggle_Type = QEvent::User + IMEventType + 10; +static int const FullscreenControlShow_Type = QEvent::User + IMEventType + 11; +static int const FullscreenControlHide_Type = QEvent::User + IMEventType + 12; +static int const FullscreenControlPlanHide_Type = QEvent::User + IMEventType + 13; class IMEvent : public QEvent {