aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/unix/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libui_sdl/libui/unix/draw.h')
-rw-r--r--src/libui_sdl/libui/unix/draw.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/libui_sdl/libui/unix/draw.h b/src/libui_sdl/libui/unix/draw.h
deleted file mode 100644
index 869acd1..0000000
--- a/src/libui_sdl/libui/unix/draw.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// 5 may 2016
-
-// draw.c
-struct uiDrawContext {
- cairo_t *cr;
-};
-
-struct uiDrawBitmap {
- int Width;
- int Height;
- int Stride;
-
- cairo_surface_t* bmp;
-};
-
-// drawpath.c
-extern void runPath(uiDrawPath *p, cairo_t *cr);
-extern uiDrawFillMode pathFillMode(uiDrawPath *path);
-
-// drawmatrix.c
-extern void m2c(uiDrawMatrix *m, cairo_matrix_t *c);