From: Thomas Debesse Date: Mon, 25 May 2020 17:45:57 +0000 (+0200) Subject: csg: add a FIXME to tell the code may be cleaner X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=833d947959e424126907d552840203a557097e8f;p=xonotic%2Fnetradiant.git csg: add a FIXME to tell the code may be cleaner --- diff --git a/radiant/csg.cpp b/radiant/csg.cpp index 27f05bf5..4ecbf5cc 100644 --- a/radiant/csg.cpp +++ b/radiant/csg.cpp @@ -1028,6 +1028,7 @@ static gboolean CSGdlg_delete( GtkWidget *widget, GdkEventAny *event, CSGToolDia } void CSG_Tool(){ + // FIXME: there is probably improvements to do less raw GTK stuff, more GTK wrapper if ( !g_csgtool_dialog.allocated ) { g_csgtool_dialog.allocated = true; g_csgtool_dialog.window = MainFrame_getWindow().create_dialog_window( "CSG Tool", G_CALLBACK( CSGdlg_delete ), &g_csgtool_dialog );