diff options
Diffstat (limited to 'src/libui_sdl/libui/unix/draw.h')
-rw-r--r-- | src/libui_sdl/libui/unix/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libui_sdl/libui/unix/draw.h b/src/libui_sdl/libui/unix/draw.h index db4612c..869acd1 100644 --- a/src/libui_sdl/libui/unix/draw.h +++ b/src/libui_sdl/libui/unix/draw.h @@ -10,7 +10,7 @@ struct uiDrawBitmap { int Height; int Stride; - // add cairo shit here + cairo_surface_t* bmp; }; // drawpath.c |