aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/gui/Window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/osx/gui/Window.hpp')
-rw-r--r--include/cru/osx/gui/Window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/osx/gui/Window.hpp b/include/cru/osx/gui/Window.hpp
index 4606aa84..904a0188 100644
--- a/include/cru/osx/gui/Window.hpp
+++ b/include/cru/osx/gui/Window.hpp
@@ -60,6 +60,8 @@ class OsxWindow : public OsxGuiResource, public INativeWindow {
void SetCursor(std::shared_ptr<ICursor> cursor) override;
+ void SetToForeground() override;
+
void RequestRepaint() override;
std::unique_ptr<graphics::IPainter> BeginPaint() override;