comparison libvo/vo_xover.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
267 vo_dx += xinerama_x; 267 vo_dx += xinerama_x;
268 vo_dy += xinerama_y; 268 vo_dy += xinerama_y;
269 vo_dwidth=d_width; vo_dheight=d_height; 269 vo_dwidth=d_width; vo_dheight=d_height;
270 270
271 #ifdef CONFIG_GUI 271 #ifdef CONFIG_GUI
272 if(use_gui) gui( guiSetVideoWindow,0 ); // the GUI will set up / resize the window 272 if(use_gui) gui(GMP_SETUP_VIDEO_WINDOW, 0); // the GUI will set up / resize the window
273 else 273 else
274 { 274 {
275 #endif 275 #endif
276 276
277 #ifdef X11_FULLSCREEN 277 #ifdef X11_FULLSCREEN