]> 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 e370b546658ea0c546f4c0c0cb078839a0923903..6b9ddf198c6a8e4242d229ba5a38d8310704624d 100644 (file)
 
 #include <gtk/gtk.h>
 
-#if wxUSE_LIBGNOMEPRINT
-
-#include "wx/html/forcelnk.h"
-FORCE_LINK(gnome_print)
-
-#endif
-
 //-----------------------------------------------------------------------------
 // global data
 //-----------------------------------------------------------------------------
@@ -454,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()