Changeset - r2208:adb18646c021
[Not reviewed]
master
0 2 0
tron - 19 years ago 2005-07-27 19:25:50
tron@openttd.org
(svn r2726) Fix last commit
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
video/win32_v.c
Show inline comments
 
@@ -21,7 +21,6 @@ static struct {
 
	HPALETTE gdi_palette;
 
	int width,height;
 
	int width_org, height_org;
 
	bool cursor_visible;
 
	bool switch_driver;
 
	bool fullscreen;
 
	bool double_size;
 
@@ -632,7 +631,6 @@ static void FindResolutions(void)
 
static const char *Win32GdiStart(const char * const *parm)
 
{
 
	memset(&_wnd, 0, sizeof(_wnd));
 
	_wnd.cursor_visible = true;
 

	
 
	RegisterWndClass();
 

	
win32.c
Show inline comments
 
@@ -40,6 +40,8 @@ static bool _has_console;
 
#endif
 

	
 

	
 
static bool cursor_visible = true;
 

	
 
bool MyShowCursor(bool show)
 
{
 
	if (_wnd.cursor_visible == show) return show;
0 comments (0 inline, 0 general)