summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-simplerect.c
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-10-10 20:38:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-10-10 20:38:53 +0000
commit2d32c7da360194e33e821badaf2bff89f3ec70a0 (patch)
tree377c942ce1aba6119484e705c46164292b4e7662 /gtk2_ardour/canvas-simplerect.c
parenta495630a43966c2d083baea517523a3f60ae30f3 (diff)
more work on actions and general compilability
git-svn-id: svn://localhost/trunk/ardour2@56 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/canvas-simplerect.c')
-rw-r--r--gtk2_ardour/canvas-simplerect.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/canvas-simplerect.c b/gtk2_ardour/canvas-simplerect.c
index 661d8e0a49..53281bda12 100644
--- a/gtk2_ardour/canvas-simplerect.c
+++ b/gtk2_ardour/canvas-simplerect.c
@@ -108,7 +108,8 @@ gnome_canvas_simplerect_init (GnomeCanvasSimpleRect *simplerect)
simplerect->outline_pixels = 1;
simplerect->outline_what = 0xf;
- GNOME_CANVAS_ITEM(simplerect)->object.flags |= GNOME_CANVAS_ITEM_NO_AUTO_REDRAW;
+ // GTK2FIX
+ // GNOME_CANVAS_ITEM(simplerect)->object.flags |= GNOME_CANVAS_ITEM_NO_AUTO_REDRAW;
}
static void