X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fwindows%2Fwindow_platform.h;h=35d2ab30be41d0978e73f5a740a98c078e67fab6;hb=11ab96ba152e389814543a6398e2cd6f17a31092;hp=77f45262987caa6c69119dde43a0b4b835b66cd2;hpb=504de8687a39943f94ff02b20acb647e9185b488;p=libs%2Fgui.git diff --git a/source/graphics/windows/window_platform.h b/source/graphics/windows/window_platform.h index 77f4526..35d2ab3 100644 --- a/source/graphics/windows/window_platform.h +++ b/source/graphics/windows/window_platform.h @@ -10,8 +10,8 @@ typedef HWND WindowHandle; struct PlatformWindowPrivate { - bool cursor_in_client_area; - bool cursor_visible; + bool cursor_in_client_area = false; + bool cursor_visible = true; }; struct PlatformEvent