diff gui/interface.h @ 33694:45553d0f65c6

Don't let MPlayer directly call user interface functions. Provide uiEnd() as the new guiGetEvent type guiEndFile. That way, access is possible through the official interface function.
author ib
date Wed, 29 Jun 2011 14:24:39 +0000
parents d00491caf986
children 60093217cb01
line wrap: on
line diff
--- a/gui/interface.h	Wed Jun 29 13:37:04 2011 +0000
+++ b/gui/interface.h	Wed Jun 29 14:24:39 2011 +0000
@@ -51,6 +51,7 @@
 #define guiPreparation     16
 #define guiSetAfilter      17
 #define guiSetContext      18
+#define guiEndFile         19
 
 #define GUI_STOP  0
 #define GUI_PLAY  1