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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libui_sdl/libui/unix/draw.h b/src/libui_sdl/libui/unix/draw.h
index dbd82ff..db4612c 100644
--- a/src/libui_sdl/libui/unix/draw.h
+++ b/src/libui_sdl/libui/unix/draw.h
@@ -5,6 +5,14 @@ struct uiDrawContext {
cairo_t *cr;
};
+struct uiDrawBitmap {
+ int Width;
+ int Height;
+ int Stride;
+
+ // add cairo shit here
+};
+
// drawpath.c
extern void runPath(uiDrawPath *p, cairo_t *cr);
extern uiDrawFillMode pathFillMode(uiDrawPath *path);