comparison libvo/vo_xv.c @ 27878:8732c47f3d86

Fix grammar of comment and sync it with vo_x11.c
author reimar
date Sat, 15 Nov 2008 14:21:02 +0000
parents d58d06eafe83
children a875d666fee2
comparison
equal deleted inserted replaced
27877:1a34ab8d6170 27878:8732c47f3d86
224 return -1; 224 return -1;
225 } 225 }
226 226
227 #ifdef CONFIG_GUI 227 #ifdef CONFIG_GUI
228 if (use_gui) 228 if (use_gui)
229 guiGetEvent(guiSetShVideo, 0); // let the GUI to setup/resize our window 229 guiGetEvent(guiSetShVideo, 0); // the GUI will set up / resize the window
230 else 230 else
231 #endif 231 #endif
232 { 232 {
233 hint.x = vo_dx; 233 hint.x = vo_dx;
234 hint.y = vo_dy; 234 hint.y = vo_dy;