fix errant mouse cursor

This commit is contained in:
David Rose 2004-12-30 16:18:17 +00:00
parent 8f77347a1b
commit 81ea39486f

View File

@ -71,6 +71,7 @@ WinGraphicsWindow(GraphicsPipe *pipe, GraphicsStateGuardian *gsg,
_ime_composition_w = false;
_tracking_mouse_leaving = false;
_maximized = false;
_cursor = 0;
memset(_keyboard_state, 0, sizeof(BYTE) * num_virtual_keys);
_lost_keypresses = false;
}