From 74ba864107d69b7674b14d5f6cb6a173987c0793 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Sep 2025 23:03:20 +0200 Subject: chore: sync dwm with upstream --- dwm/drw.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dwm/drw.h') 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; -- cgit v1.2.3