]> git.saurik.com Git - wxWidgets.git/commitdiff
make this available everywhere
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 26 Oct 2006 12:03:44 +0000 (12:03 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 26 Oct 2006 12:03:44 +0000 (12:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/graphics.h

index 0e5502b8032eee4727ae6505335f24d854027a0d..cf466d801946f986401e0070388b42254fb0b331 100755 (executable)
@@ -234,9 +234,8 @@ public:
        
     static wxGraphicsContext* CreateFromNative( void * context ) ;
 
-#ifdef __WXMAC__
     static wxGraphicsContext* CreateFromNativeWindow( void * window ) ;
-#endif
+
     static wxGraphicsContext* Create( wxWindow* window ) ;
 
     wxGraphicsPath * CreatePath();