Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/src/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.c')
-rw-r--r--src/types.c1
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 {