Fixed compile error for gcc 2.95 (was just a warning on other versions...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
325274bbf5
commit
2f0062dfe4
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#if defined(SEPARATE) && defined(__WXMSW__)
|
#if defined(__WXMSW__)
|
||||||
static wxString wxPyEmptyStr("");
|
static wxString wxPyEmptyStr("");
|
||||||
static wxPoint wxPyDefaultPosition(-1, -1);
|
static wxPoint wxPyDefaultPosition(-1, -1);
|
||||||
static wxSize wxPyDefaultSize(-1, -1);
|
static wxSize wxPyDefaultSize(-1, -1);
|
||||||
@ -824,7 +824,7 @@ void glDrawBuffer (GLenum mode);
|
|||||||
void glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
|
void glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
|
||||||
void glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
|
void glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
|
||||||
void glEdgeFlag (GLboolean flag);
|
void glEdgeFlag (GLboolean flag);
|
||||||
void glEdgeFlagPointer (GLsizei stride, const GLvoid *pointer);
|
void glEdgeFlagPointer (GLsizei stride, const GLboolean *pointer);
|
||||||
void glEdgeFlagv (const GLboolean *flag);
|
void glEdgeFlagv (const GLboolean *flag);
|
||||||
void glEnable (GLenum cap);
|
void glEnable (GLenum cap);
|
||||||
void glEnableClientState (GLenum array);
|
void glEnableClientState (GLenum array);
|
||||||
|
Loading…
Reference in New Issue
Block a user