comparison 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
comparison
equal deleted inserted replaced
34386:206264c532f5 34387:0ba85cad4c7e
190 #define ivSetDVDAudio 5007 190 #define ivSetDVDAudio 5007
191 #define ivSetDVDSubtitle 5008 191 #define ivSetDVDSubtitle 5008
192 #define ivSetDVDTitle 5009 192 #define ivSetDVDTitle 5009
193 #define ivSetDVDChapter 5010 193 #define ivSetDVDChapter 5010
194 #define ivSetVCDTrack 5012 194 #define ivSetVCDTrack 5012
195 #define ivSetCDTrack 5014
195 196
196 #define ivRedraw 7002 197 #define ivRedraw 7002
197 198
198 #endif /* MPLAYER_GUI_SKINLOAD_H */ 199 #endif /* MPLAYER_GUI_SKINLOAD_H */