compilo introduced fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -273,7 +273,6 @@ void wxGLCanvas::SetViewport()
|
|||||||
parms[2] = hiRect.size.width ;
|
parms[2] = hiRect.size.width ;
|
||||||
parms[3] = hiRect.size.height ;
|
parms[3] = hiRect.size.height ;
|
||||||
#else
|
#else
|
||||||
Rect bounds ;
|
|
||||||
GetWindowPortBounds( MAC_WXHWND(MacGetTopLevelWindowRef()) , &bounds ) ;
|
GetWindowPortBounds( MAC_WXHWND(MacGetTopLevelWindowRef()) , &bounds ) ;
|
||||||
GLint parms[4] ;
|
GLint parms[4] ;
|
||||||
parms[0] = x ;
|
parms[0] = x ;
|
||||||
|
Reference in New Issue
Block a user