Add Invalidate method to NativeWindow and add Mac implementation
This commit is contained in:
parent
11e1f6b56c
commit
f19924bcb0
6 changed files with 16 additions and 6 deletions
|
@ -90,6 +90,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
int relativeLevel, std::string* error) override;
|
||||
bool IsAlwaysOnTop() override;
|
||||
void Center() override;
|
||||
void Invalidate() override;
|
||||
void SetTitle(const std::string& title) override;
|
||||
std::string GetTitle() override;
|
||||
void FlashFrame(bool flash) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue