(svn r9) Fixed a couple of warnings and minor coding issues

This commit is contained in:
dominik
2004-08-10 16:34:01 +00:00
parent 4d148bf0fa
commit 6c87ef6c65
5 changed files with 5 additions and 6 deletions

View File

@@ -562,7 +562,7 @@ static void FindResolutions()
}
static char *Win32GdiStart(char **parm)
static const char *Win32GdiStart(char **parm)
{
memset(&_wnd, 0, sizeof(_wnd));
_wnd.cursor_visible = true;