comparison gui/ui/main.c @ 35758:75724b59a3a8

Make uiMainRender static. We don't need to set uiMainRender False, because since r35846 there is no longer a handler function that must be blocked.
author ib
date Thu, 24 Jan 2013 16:34:35 +0000
parents 9c0ef0aae165
children afb55738b1b7
comparison
equal deleted inserted replaced
35757:b1d32b46514e 35758:75724b59a3a8
64 #include "gui/dialog/dialog.h" 64 #include "gui/dialog/dialog.h"
65 65
66 unsigned int GetTimerMS( void ); 66 unsigned int GetTimerMS( void );
67 67
68 unsigned char * mainDrawBuffer = NULL; 68 unsigned char * mainDrawBuffer = NULL;
69 int uiMainRender = True; 69 static int uiMainRender = True;
70 70
71 int uiMainAutoPlay = False; 71 int uiMainAutoPlay = False;
72 72
73 int mainVisible = True; 73 int mainVisible = True;
74 74