comparison libvo/x11_common.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
comparison
equal deleted inserted replaced
33724:c919fb3d2531 33725:f3361b27a151
819 { 819 {
820 XNextEvent(mydisplay, &Event); 820 XNextEvent(mydisplay, &Event);
821 #ifdef CONFIG_GUI 821 #ifdef CONFIG_GUI
822 if (use_gui) 822 if (use_gui)
823 { 823 {
824 gui(guiXEvent, &Event); 824 gui(GMP_X_EVENT, &Event);
825 if (vo_window != Event.xany.window) 825 if (vo_window != Event.xany.window)
826 continue; 826 continue;
827 } 827 }
828 #endif 828 #endif
829 // printf("\rEvent.type=%X \n",Event.type); 829 // printf("\rEvent.type=%X \n",Event.type);