diff gui/ui/actions.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 73157186cc28
children 24d919fb6778
line wrap: on
line diff
--- a/gui/ui/actions.h	Wed Jun 29 13:37:04 2011 +0000
+++ b/gui/ui/actions.h	Wed Jun 29 14:24:39 2011 +0000
@@ -24,7 +24,6 @@
 void uiAbsSeek(float sec);
 void uiChangeSkin(char *name);
 void uiCurr(void);
-void uiEnd(void);
 void uiFullScreen(void);
 void uiNext(void);
 void uiPause(void);