diff options
Diffstat (limited to 'pixman/demos/gtk-utils.h')
-rw-r--r-- | pixman/demos/gtk-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pixman/demos/gtk-utils.h b/pixman/demos/gtk-utils.h index 2cb13bcf0..55cb7018a 100644 --- a/pixman/demos/gtk-utils.h +++ b/pixman/demos/gtk-utils.h @@ -7,7 +7,6 @@ void show_image (pixman_image_t *image); GdkPixbuf *pixbuf_from_argb32 (uint32_t *bits, - gboolean has_alpha, int width, int height, int stride); |