summaryrefslogtreecommitdiffhomepage
path: root/drw.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-03-06 11:38:22 +0100
committerbakkeby <[email protected]>2022-03-06 11:38:22 +0100
commitadc05c2332b6267c4af5bf506ff071629d16f281 (patch)
tree8ea1e605244b7cc46437117aaf8b85a12c956c20 /drw.h
parent5c321794f1ffb8f395de9b58e1c165e7137df711 (diff)
downloaddwm-flexipatch-adc05c2332b6267c4af5bf506ff071629d16f281.tar.gz
dwm-flexipatch-adc05c2332b6267c4af5bf506ff071629d16f281.zip
Upgrading winicon patch to v2.1 ref. #238
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;