]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/texwindow.cpp
radiant/buildmenu: better executable extension strip, ref #138
[xonotic/netradiant.git] / radiant / texwindow.cpp
index 87094456636620ff9c038cbf2d29ab9f6163a25e..fee615cfe0fc246562715feb995e3ff343b32f8e 100644 (file)
@@ -2703,3 +2703,9 @@ void TextureBrowser_Destroy(){
 
        Textures_setModeChangedNotify( Callback<void()>() );
 }
+
+#if WORKAROUND_WINDOWS_GTK2_GLWIDGET
+ui::GLArea TextureBrowser_getGLWidget(){
+       return GlobalTextureBrowser().m_gl_widget;
+}
+#endif // WORKAROUND_WINDOWS_GTK2_GLWIDGET