summaryrefslogtreecommitdiff
path: root/src/gui/editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editor.c')
-rw-r--r--src/gui/editor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/editor.c b/src/gui/editor.c
index bc4f144..6f5ef7a 100644
--- a/src/gui/editor.c
+++ b/src/gui/editor.c
@@ -36,6 +36,7 @@
#include "../analysis/project.h"
#include "../core/params.h"
#include "../gtkext/easygtk.h"
+#include "../gtkext/gtkdockable.h"
#include "../gtkext/gtkdockstation.h"
#include "../gtkext/support.h"
@@ -225,6 +226,9 @@ GtkWidget *create_editor(void)
gtk_box_pack_start(GTK_BOX(vbox1), widget, FALSE, FALSE, 0);
+ /* Autre */
+
+ prepare_drag_and_drop_window();