diff options
Diffstat (limited to 'src/interface/Component.h')
| -rw-r--r-- | src/interface/Component.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/Component.h b/src/interface/Component.h index bd3878a..5ef672d 100644 --- a/src/interface/Component.h +++ b/src/interface/Component.h @@ -37,6 +37,8 @@ namespace ui inline Window* const GetParentWindow() const { return parentstate_; } bool IsFocused() const; + void Invalidate() { drawn = false; } + Point Position; Point Size; bool Locked; |
