diff gui/ui/actions.c @ 33725:f3361b27a151

Rename the gui() symbolic constants. Use prefix GMP for the constants, rename them and use upper case characters. For optical reasons, change parameter arg from NULL to 0 where it isn't used to pass anything.
author ib
date Tue, 05 Jul 2011 10:47:51 +0000
parents c919fb3d2531
children 81f71d910333
line wrap: on
line diff
--- a/gui/ui/actions.c	Tue Jul 05 09:33:09 2011 +0000
+++ b/gui/ui/actions.c	Tue Jul 05 10:47:51 2011 +0000
@@ -103,7 +103,7 @@
         return;
     }
 
-    gui(guiSetState, (void *)GUI_PLAY);
+    gui(GMP_SET_STATE, (void *)GUI_PLAY);
     uiSubRender = 0;
     wsSetBackgroundRGB(&guiApp.subWindow, 0, 0, 0);
     wsClearWindow(guiApp.subWindow);