]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
Unicode fixes, wxWidgets coding standards, source cleaning for wxFoldBar samples.
[wxWidgets.git] / src / gtk / app.cpp
index e722bcace7ef61c58036b9e600adae8c4f75c825..6b9ddf198c6a8e4242d229ba5a38d8310704624d 100644 (file)
@@ -80,7 +80,6 @@
 
 #include <gtk/gtk.h>
 
-
 //-----------------------------------------------------------------------------
 // global data
 //-----------------------------------------------------------------------------
@@ -448,6 +447,7 @@ wxApp::wxApp()
 
     // this is NULL for a "regular" wxApp, but is set (and freed) by a wxGLApp
     m_glVisualInfo = (void *) NULL;
+    m_glFBCInfo = (void *) NULL;
 }
 
 wxApp::~wxApp()