diff options
Diffstat (limited to 'math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c')
| -rw-r--r-- | math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c b/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c index 8d53b397c82e..570afd0c459c 100644 --- a/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c +++ b/math/guppi/files/patch-src_libguppiplot_guppi-root-group-item.c @@ -1,5 +1,17 @@ ---- src/libguppiplot/guppi-root-group-item.c.orig Mon Sep 6 15:01:23 2004 -+++ src/libguppiplot/guppi-root-group-item.c Mon Sep 6 15:01:35 2004 +--- src/libguppiplot/guppi-root-group-item.c.orig 2002-01-08 07:31:08.000000000 +0100 ++++ src/libguppiplot/guppi-root-group-item.c 2007-12-13 15:36:33.000000000 +0100 +@@ -153,10 +153,10 @@ + guppi_canvas_item_set_bbox_c (item, 0, 0, xsize, ysize); + } + ++static void canv_size_allocate (GtkWidget *, GtkAllocation *, gpointer); + static void + changed_scale (GuppiCanvasItem *item, double scale) + { +- static void canv_size_allocate (GtkWidget *, GtkAllocation *, gpointer); + GuppiRootGroupItem *root_item = GUPPI_ROOT_GROUP_ITEM (item); + + if (GUPPI_CANVAS_ITEM_CLASS (parent_class)->changed_scale) @@ -548,6 +548,7 @@ return motion_notify_event (root, &(ev->motion)); |
