X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fwindows%2Fwindow_platform.h;h=7d53f555e9c4d8dc5e902103c41b1d1e119ed61c;hb=1d7113259625a91f5f6d2f53365aad22ae744689;hp=1ff5cf367669a9a63558cd750a5125bcf794509f;hpb=1aca77b93853ee127ac3bbf6886f7f04920542ef;p=libs%2Fgui.git diff --git a/source/graphics/windows/window_platform.h b/source/graphics/windows/window_platform.h index 1ff5cf3..7d53f55 100644 --- a/source/graphics/windows/window_platform.h +++ b/source/graphics/windows/window_platform.h @@ -17,6 +17,7 @@ struct PlatformEvent UINT msg; WPARAM wparam; LPARAM lparam; + LPARAM extra; }; } // namespace Graphics