From 4e7fd628bfaf8be0399c27b3ebdc36b75eaaa1db Mon Sep 17 00:00:00 2001 From: vayne Date: Sat, 14 Oct 2006 20:50:08 +0000 Subject: as per request, fullscreen and mute options have been added to the context menus. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20217 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/win32/dialogs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gui/win32/dialogs.h') diff --git a/Gui/win32/dialogs.h b/Gui/win32/dialogs.h index 5651f5da70..b7b47ae7a6 100644 --- a/Gui/win32/dialogs.h +++ b/Gui/win32/dialogs.h @@ -120,6 +120,8 @@ #define ID_ASPECT4 86 #define ID_SUBWINDOW 87 #define ID_TIMER 88 +#define ID_MUTE 89 +#define ID_FULLSCREEN 90 /* gtk emulation */ #define GTK_MB_FATAL 0x1 -- cgit v1.2.3