use AtomEventProcessingWindow as native window.
This commit is contained in:
parent
3391370857
commit
af94c434ac
4 changed files with 43 additions and 6 deletions
|
@ -44,8 +44,6 @@ class NativeWindowMac : public NativeWindow {
|
|||
virtual void SetKiosk(bool kiosk) OVERRIDE;
|
||||
virtual bool IsKiosk() OVERRIDE;
|
||||
|
||||
void set_is_fullscreen(bool fullscreen) { is_fullscreen_ = fullscreen; }
|
||||
|
||||
NSWindow* window() const { return window_; }
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue