diff options
Diffstat (limited to 'src/types.c')
-rw-r--r-- | src/types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.c b/src/types.c index cbd9315..fde4ab4 100644 --- a/src/types.c +++ b/src/types.c @@ -14,6 +14,7 @@ typedef struct { int x, y, w, h; Color fill; Color border; + int image; } DrawElement; typedef struct { |