summaryrefslogtreecommitdiff
path: root/libs/pixman-0.40.0/demos/gtk-utils.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
committersanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
commitf1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch)
treeab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/pixman-0.40.0/demos/gtk-utils.h
parentf567ea1e2798fd3156a416e61f083ea3e6b95719 (diff)
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/pixman-0.40.0/demos/gtk-utils.h')
-rw-r--r--libs/pixman-0.40.0/demos/gtk-utils.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/pixman-0.40.0/demos/gtk-utils.h b/libs/pixman-0.40.0/demos/gtk-utils.h
deleted file mode 100644
index 36be4de..0000000
--- a/libs/pixman-0.40.0/demos/gtk-utils.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <glib.h>
-#include <gtk/gtk.h>
-#include "pixman.h"
-
-void show_image (pixman_image_t *image);
-
-pixman_image_t *
-pixman_image_from_file (const char *filename, pixman_format_code_t format);
-
-GdkPixbuf *pixbuf_from_argb32 (uint32_t *bits,
- int width,
- int height,
- int stride);