summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gtk-custom-ruler.c
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-05-31 14:21:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-05-31 14:21:43 +0000
commita01dc9b6f252a582b2165b255eb5a80024379a8b (patch)
tree634ea76366aafe1e1b2f9e977d0418949c46fddd /gtk2_ardour/gtk-custom-ruler.c
parent9b5f357490d1f46a5fc93268e7236a537f1d1430 (diff)
remove almost-unusued stop_signal.h and clean up the one (unused) place where it was present (VisualTimeAxis, not used in current ardour)
git-svn-id: svn://localhost/ardour2/branches/3.0@7196 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/gtk-custom-ruler.c')
-rw-r--r--gtk2_ardour/gtk-custom-ruler.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/gtk-custom-ruler.c b/gtk2_ardour/gtk-custom-ruler.c
index b66dd68bd3..797922f563 100644
--- a/gtk2_ardour/gtk-custom-ruler.c
+++ b/gtk2_ardour/gtk-custom-ruler.c
@@ -442,9 +442,9 @@ gtk_custom_ruler_expose (GtkWidget * widget, GdkEventExpose * event)
gtk_custom_ruler_draw_ticks (ruler);
- gdk_draw_pixmap (widget->window,
- ruler->non_gr_exp_gc,
- ruler->backing_store, 0, 0, 0, 0, widget->allocation.width, widget->allocation.height);
+ gdk_draw_drawable (widget->window,
+ ruler->non_gr_exp_gc,
+ GDK_DRAWABLE(ruler->backing_store), 0, 0, 0, 0, widget->allocation.width, widget->allocation.height);
gtk_custom_ruler_draw_pos (ruler);
}