diff options
Diffstat (limited to 'plugingui/window.h')
-rw-r--r-- | plugingui/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/window.h b/plugingui/window.h index 8e61603..0820b40 100644 --- a/plugingui/window.h +++ b/plugingui/window.h @@ -49,6 +49,8 @@ public: size_t x(); size_t y(); + size_t windowX(); + size_t windowY(); size_t width(); size_t height(); |