aboutsummaryrefslogtreecommitdiff
path: root/dwm/drw.h
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-09-16 23:03:20 +0200
committerpml68 <contact@pml68.dev>2025-09-16 23:05:32 +0200
commit74ba864107d69b7674b14d5f6cb6a173987c0793 (patch)
tree537fc12713850f56a2a5cbfce5c191aa308d4340 /dwm/drw.h
parentchore: sync st with upstream (diff)
downloadsuckless-setup-74ba864107d69b7674b14d5f6cb6a173987c0793.tar.gz
chore: sync dwm with upstream
Diffstat (limited to '')
-rw-r--r--dwm/drw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dwm/drw.h b/dwm/drw.h
index 2143533..d28678f 100644
--- a/dwm/drw.h
+++ b/dwm/drw.h
@@ -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;