/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/app.h
+// Name: wx/gtk1/app.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
gint m_idleTag;
void RemoveIdleTag();
-
+
unsigned char *m_colorCube;
// Used by the the wxGLApp and wxGLCanvas class for GL-based X visual
// This returns the current visual: either that used by wxRootWindow
// or the XVisualInfo* for SGI.
GdkVisual *GetGdkVisual();
-
+
private:
// true if we're inside an assert modal dialog
#ifdef __WXDEBUG__