summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-02-18 00:47:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-02-18 00:47:48 (GMT)
commitc2d9948e1e67b48d1a6c8a711024d8dd3f6ac507 (patch)
tree0b651a1f7d640ce75414aade589a141d22698bc4 /src/editor.c
parentd7765c0e6d2685b57625f607325f4a80eb28dbe5 (diff)
Begun to rewrite the way rendering lines are managed.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@49 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/editor.c b/src/editor.c
index 7236735..e59a9a5 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -385,7 +385,7 @@ on_button2_clicked (GtkButton *button,
-
+GtkWidget *mywid;
@@ -484,6 +484,9 @@ GtkWidget *create_editor(void)
+ mywid = result;
+
+
vbox1 = gtk_vbox_new (FALSE, 0);
gtk_widget_show (vbox1);
gtk_container_add (GTK_CONTAINER (result), vbox1);