changeset 34332:18b362493e28

Add evSetSubtitle event to the Win32 GUI. Although it doesn't exist in the Win32 GUI it should be defined as it is in the X11/GTK GUI. Additionally, move evPlayCD (currently only existing in the Win32 GUI) to the user event definitions.
author ib
date Fri, 09 Dec 2011 13:14:23 +0000
parents be9d8c340aeb
children e8e4e6f9b7ac
files gui/win32/skinload.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/skinload.h	Fri Dec 09 12:47:28 2011 +0000
+++ b/gui/win32/skinload.h	Fri Dec 09 13:14:23 2011 +0000
@@ -144,6 +144,7 @@
 #define evLoadSubtitle      38
 #define evDropSubtitle      43
 #define evPlaylist          10
+#define evPlayCD            48
 #define evPlayVCD           40
 #define evPlayDVD           39
 #define evLoadURL         5013
@@ -182,7 +183,7 @@
 
 #define evSetAudio          45
 #define evSetVideo          46
-#define evPlayCD            48
+#define evSetSubtitle       47
 
 // --- General events ---