comparison gui/interface.c @ 36068:5fb59898a798

Add comment.
author ib
date Fri, 05 Apr 2013 12:34:44 +0000
parents 31f6a88593b3
children 6bed8c7aaf8f
comparison
equal deleted inserted replaced
36067:bfa9e8b4eafe 36068:5fb59898a798
333 333
334 case GUI_HANDLE_EVENTS: 334 case GUI_HANDLE_EVENTS:
335 335
336 if (!guiInfo.Playing || !guiInfo.VideoWindow) 336 if (!guiInfo.Playing || !guiInfo.VideoWindow)
337 wsEvents(); 337 wsEvents();
338 /* else it's handled by the vo driver calling GUI_HANDLE_X_EVENT */
338 339
339 wsMouseAutohide(); 340 wsMouseAutohide();
340 gtkEventHandling(); 341 gtkEventHandling();
341 342
342 break; 343 break;