diff options
| author | bakkeby <[email protected]> | 2022-03-06 11:38:22 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-03-06 11:38:22 +0100 |
| commit | adc05c2332b6267c4af5bf506ff071629d16f281 (patch) | |
| tree | 8ea1e605244b7cc46437117aaf8b85a12c956c20 /drw.h | |
| parent | 5c321794f1ffb8f395de9b58e1c165e7137df711 (diff) | |
| download | dwm-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
