aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/ControlHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/ControlHost.h')
-rw-r--r--include/cru/ui/controls/ControlHost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/ui/controls/ControlHost.h b/include/cru/ui/controls/ControlHost.h
index a27be835..fffbbb34 100644
--- a/include/cru/ui/controls/ControlHost.h
+++ b/include/cru/ui/controls/ControlHost.h
@@ -19,8 +19,8 @@ class CRU_UI_API ControlHost : public Object {
platform::gui::INativeWindow* GetNativeWindow();
- void InvalidateLayout();
- void InvalidatePaint();
+ void ScheduleRepaint();
+ void ScheduleRelayout();
void Repaint();
void Relayout();