diff gui/win32/skinload.h @ 34387:0ba85cad4c7e

Add audio CD playback support to the X11/GTK GUI. (The Win32 GUI already had this support. Add missing - although already used - user event evPlayCD here as well as internal event ivSetCDTrack - although it's unused - for consistency.)
author ib
date Sat, 31 Dec 2011 12:38:52 +0000
parents e8e4e6f9b7ac
children 00cf27b14c15
line wrap: on
line diff
--- a/gui/win32/skinload.h	Sat Dec 31 12:20:08 2011 +0000
+++ b/gui/win32/skinload.h	Sat Dec 31 12:38:52 2011 +0000
@@ -192,6 +192,7 @@
 #define ivSetDVDTitle     5009
 #define ivSetDVDChapter   5010
 #define ivSetVCDTrack     5012
+#define ivSetCDTrack      5014
 
 #define ivRedraw          7002