]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/mainframe.h
radiant: less deprecated GTK2 stuff, they are even not supported in GTK3
[xonotic/netradiant.git] / radiant / mainframe.h
index e48337904fcdd8b594938fd4119d251d68fa8713..cb5068efbd430d823e9cc736b28519a5b26f0d29 100644 (file)
@@ -146,7 +146,7 @@ bool FloatingGroupDialog(){
 extern MainFrame* g_pParentWnd;
 
 ui::Window MainFrame_getWindow();
-
+/*
 enum EMouseButtonMode
 {
        ETwoButton = 0,
@@ -161,11 +161,11 @@ struct glwindow_globals_t
                m_nMouseType( EThreeButton ){
        }
 };
-
+*/
 void GLWindow_Construct();
 void GLWindow_Destroy();
 
-extern glwindow_globals_t g_glwindow_globals;
+//extern glwindow_globals_t g_glwindow_globals;
 template<typename Value>
 class LatchedValue;
 extern LatchedValue<bool> g_Layout_enableDetachableMenus;
@@ -292,4 +292,6 @@ void XYWindowMouseDown_disconnect( MouseEventHandlerId id );
 
 extern ui::Widget g_page_entity;
 
+void FocusAllViews();
+
 #endif