summaryrefslogtreecommitdiff
path: root/dwm/drw.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-12 00:17:38 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-12 00:17:38 +0900
commitab9e2bd11bf00623fc2a7a0962a1e146d22864fb (patch)
tree415e696d1a44095c4629540cefd6f49a49f61192 /dwm/drw.h
parenta1dde6d317152c974f21bbde738f5f88c0b86045 (diff)
modified dwm/config.def.h, modified dwm/drw.h, modified dwm/dwm.c
Diffstat (limited to 'dwm/drw.h')
-rw-r--r--dwm/drw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/drw.h b/dwm/drw.h
index c0ca5a8..5e802a9 100644
--- a/dwm/drw.h
+++ b/dwm/drw.h
@@ -12,7 +12,7 @@ typedef struct Fnt {
struct Fnt *next;
} Fnt;
-enum { ColFg, ColBg, ColBorder, ColMark }; /* Clr scheme index */
+enum { ColFg, ColBg, ColBorder, ColFloat, ColMark }; /* Clr scheme index */
typedef XftColor Clr;
typedef struct {