diff options
Diffstat (limited to 'src/ui/window.hpp')
-rw-r--r-- | src/ui/window.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.hpp b/src/ui/window.hpp index e4c910e8..e96d4d92 100644 --- a/src/ui/window.hpp +++ b/src/ui/window.hpp @@ -189,7 +189,7 @@ namespace cru::ui //*************** region: position and size *************** //Always return (0, 0) for a window. - Point GetPositionRelative() override final; + Point GetOffset() override final; //Get the size of client area for a window. Size GetSize() override final; |