summaryrefslogtreecommitdiffhomepage
path: root/drw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drw.h b/drw.h
index 42dad5a..ec24e02 100644
--- a/drw.h
+++ b/drw.h
@@ -35,6 +35,9 @@ typedef struct {
Colormap cmap;
#endif // BAR_ALPHA_PATCH
Drawable drawable;
+ #if BAR_WINICON_PATCH
+ Picture picture;
+ #endif // BAR_WINICON_PATCH
GC gc;
Clr *scheme;
Fnt *fonts;