aboutsummaryrefslogtreecommitdiff
path: root/dwm/drw.h
diff options
context:
space:
mode:
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;