first attempt for full screen implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -66,9 +66,8 @@ public:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    virtual bool SetShape(const wxRegion& region);
 | 
					    virtual bool SetShape(const wxRegion& region);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    virtual bool ShowFullScreen(bool WXUNUSED(show), long WXUNUSED(style) = wxFULLSCREEN_ALL)
 | 
					    virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) ;
 | 
				
			||||||
    { return FALSE; }
 | 
					    virtual bool IsFullScreen() const ;
 | 
				
			||||||
    virtual bool IsFullScreen() const { return FALSE; }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // implementation from now on
 | 
					    // implementation from now on
 | 
				
			||||||
    // --------------------------
 | 
					    // --------------------------
 | 
				
			||||||
@@ -124,6 +123,7 @@ protected:
 | 
				
			|||||||
    WXWindow m_macWindow ;
 | 
					    WXWindow m_macWindow ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    wxWindowMac* m_macFocus ;
 | 
					    wxWindowMac* m_macFocus ;
 | 
				
			||||||
 | 
					    void *m_macFullScreenData ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    static wxTopLevelWindowMac *s_macDeactivateWindow;
 | 
					    static wxTopLevelWindowMac *s_macDeactivateWindow;
 | 
				
			||||||
private :
 | 
					private :
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user