X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fx11%2Fwindow_platform.h;h=41cdec8f2f32dc08931d20d00bc332c003d91a01;hb=1d0d0b91c1df8b563d1f8817e042ebdc06762236;hp=3c81a6e76559c99c22eaf5ad9dc8471f2d9efacc;hpb=1aca77b93853ee127ac3bbf6886f7f04920542ef;p=libs%2Fgui.git diff --git a/source/graphics/x11/window_platform.h b/source/graphics/x11/window_platform.h index 3c81a6e..41cdec8 100644 --- a/source/graphics/x11/window_platform.h +++ b/source/graphics/x11/window_platform.h @@ -12,6 +12,9 @@ struct PlatformWindowPrivate { Atom wm_delete_window; Cursor invisible_cursor; + bool reparented; + int rel_x; + int rel_y; }; struct PlatformEvent