diff --git a/ruamoko/include/draw.h b/ruamoko/include/draw.h index 7b626a1ca..55d2c25eb 100644 --- a/ruamoko/include/draw.h +++ b/ruamoko/include/draw.h @@ -6,6 +6,7 @@ struct _qpic_t { int width; int height; + int handle; }; typedef struct _qpic_t *qpic_t;