]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/texwindow.h
h2data: use static for homonyms
[xonotic/netradiant.git] / radiant / texwindow.h
index 2d5125e4b0ac59755ca9ad3a9164ef8660fc09eb..80aa5e4d0bb9a5aa41e558112e046b92ad04c815 100644 (file)
@@ -56,4 +56,8 @@ void TextureBrowser_addShadersRealiseCallback( const SignalHandler& handler );
 
 void TextureBrowser_RefreshShaders();
 
+#ifdef WORKAROUND_WINDOWS_GTK2_GLWIDGET
+ui::GLArea TextureBrowser_getGLWidget();
+#endif // WORKAROUND_WINDOWS_GTK2_GLWIDGET
+
 #endif