| author | tron |
| Wed, 27 Jul 2005 19:26:53 +0000 | |
| changeset 2209 | ef0762882a63 |
| parent 2208 | 4d1cc67d7cbb |
| child 2210 | b76184e0929c |
--- a/win32.c Wed Jul 27 19:25:50 2005 +0000 +++ b/win32.c Wed Jul 27 19:26:53 2005 +0000 @@ -44,9 +44,9 @@ bool MyShowCursor(bool show) { - if (_wnd.cursor_visible == show) return show; + if (cursor_visible == show) return show; - _wnd.cursor_visible = show; + cursor_visible = show; ShowCursor(show); return !show;