Disable MMX when Clang is being used.
[profile/ivi/pixman.git] / demos / gtk-utils.h
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <glib.h>
4 #include <gtk/gtk.h>
5 #include "pixman.h"
6
7 void show_image (pixman_image_t *image);
8
9 GdkPixbuf *pixbuf_from_argb32 (uint32_t *bits,
10                                gboolean has_alpha,
11                                int width,
12                                int height,
13                                int stride);