#include "wx/icon.h"
#include "wx/strconv.h"
+typedef struct _GdkVisual GdkVisual;
+
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
bool IsInAssert() const { return m_isInAssert; }
- gint m_idleTag;
+ int m_idleTag;
void RemoveIdleTag();
unsigned char *m_colorCube;
- // Used by the the wxGLApp and wxGLCanvas class for GL-based X visual
+ // Used by the wxGLApp and wxGLCanvas class for GL-based X visual
// selection.
void *m_glVisualInfo; // this is actually an XVisualInfo*
void *m_glFBCInfo; // this is actually an GLXFBConfig*