Mercurial > mplayer.hg
comparison libvo/video_out.c @ 33724:c919fb3d2531
Rename guiGetEvent() gui().
This function is the interface between MPlayer and the GUI.
It doesn't have much to do with events and doesn't merely get things.
author | ib |
---|---|
date | Tue, 05 Jul 2011 09:33:09 +0000 |
parents | 86819da22c57 |
children | f3361b27a151 |
comparison
equal
deleted
inserted
replaced
33723:6c8743e5fa30 | 33724:c919fb3d2531 |
---|---|
370 vo_dwidth = d_width; | 370 vo_dwidth = d_width; |
371 vo_dheight = d_height; | 371 vo_dheight = d_height; |
372 #ifdef CONFIG_GUI | 372 #ifdef CONFIG_GUI |
373 if (use_gui) { | 373 if (use_gui) { |
374 // GUI creates and manages window for us | 374 // GUI creates and manages window for us |
375 guiGetEvent(guiSetVideoWindow, 0); | 375 gui(guiSetVideoWindow, 0); |
376 } | 376 } |
377 #endif | 377 #endif |
378 } | 378 } |
379 | 379 |
380 return vo->config(width, height, d_width, d_height, flags, title, format); | 380 return vo->config(width, height, d_width, d_height, flags, title, format); |