diff options
| author | pml68 <contact@pml68.dev> | 2025-09-16 23:03:20 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-16 23:05:32 +0200 |
| commit | 74ba864107d69b7674b14d5f6cb6a173987c0793 (patch) | |
| tree | 537fc12713850f56a2a5cbfce5c191aa308d4340 /dwm/drw.h | |
| parent | chore: sync st with upstream (diff) | |
| download | suckless-setup-74ba864107d69b7674b14d5f6cb6a173987c0793.tar.gz | |
chore: sync dwm with upstream
Diffstat (limited to 'dwm/drw.h')
| -rw-r--r-- | dwm/drw.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,9 +20,9 @@ typedef struct { Display *dpy; int screen; Window root; - Visual *visual; - unsigned int depth; - Colormap cmap; + Visual *visual; + unsigned int depth; + Colormap cmap; Drawable drawable; GC gc; Clr *scheme; |
