diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 83e1444ce1..7dfcf06efa 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -333,7 +333,7 @@ expose_func (GtkWidget *drawing_area, GdkEventExpose *event, gpointer data) + (event->area.x * pixbuf->art_pixbuf->n_channels), pixbuf->art_pixbuf->rowstride); } -} +} static void config_func (GtkWidget *drawing_area, GdkEventConfigure *event, gpointer data) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index cc4fb9b36c..b2bb2a6920 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -6,7 +6,6 @@ code into separate function (png_info_callback): Use setup_png_transformations - 1999-10-27 Havoc Pennington * src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): Check