comparison 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
comparison
equal deleted inserted replaced
33693:006a2db8bd55 33694:45553d0f65c6
49 #define guiSetDefaults 12 49 #define guiSetDefaults 12
50 #define guiSetVideo 13 50 #define guiSetVideo 13
51 #define guiPreparation 16 51 #define guiPreparation 16
52 #define guiSetAfilter 17 52 #define guiSetAfilter 17
53 #define guiSetContext 18 53 #define guiSetContext 18
54 #define guiEndFile 19
54 55
55 #define GUI_STOP 0 56 #define GUI_STOP 0
56 #define GUI_PLAY 1 57 #define GUI_PLAY 1
57 #define GUI_PAUSE 2 58 #define GUI_PAUSE 2
58 59