From fa5ced5316895b2574f2b8a2af9994f7f7ff8838 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Thu, 16 Oct 2025 17:31:32 +0100 Subject: remove redundant drw_scm_create, && move Col{Float,Master} to the enum with Col{Fg,Bg,Border} --- drw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drw.h') diff --git a/drw.h b/drw.h index 7719776..5a54185 100644 --- a/drw.h +++ b/drw.h @@ -12,7 +12,7 @@ typedef struct Fnt { struct Fnt *next; } Fnt; -enum { ColFg, ColBg, ColBorder }; /* Clr scheme index */ +enum { ColFg, ColBg, ColBorder, ColFloat, ColMaster }; /* Clr scheme index */ typedef XftColor Clr; typedef struct { -- cgit v1.2.3