comparison gui/ui/ui.h @ 35757:b1d32b46514e

Get rid of uiVideoRender. Directly use guiInfo.Playing instead.
author ib
date Thu, 24 Jan 2013 16:06:48 +0000
parents ab07b17fddfb
children 75724b59a3a8
comparison
equal deleted inserted replaced
35756:3919b6360e54 35757:b1d32b46514e
17 */ 17 */
18 18
19 #ifndef MPLAYER_GUI_UI_H 19 #ifndef MPLAYER_GUI_UI_H
20 #define MPLAYER_GUI_UI_H 20 #define MPLAYER_GUI_UI_H
21 21
22 extern int uiVideoRender;
23 extern int uiMainRender; 22 extern int uiMainRender;
24 23
25 extern unsigned char * mainDrawBuffer; 24 extern unsigned char * mainDrawBuffer;
26 extern unsigned char * menuDrawBuffer; 25 extern unsigned char * menuDrawBuffer;
27 extern int mainVisible; 26 extern int mainVisible;