From 5cf3a788d2335d79c2e26c133f013c994f035ad7 Mon Sep 17 00:00:00 2001 From: auric Date: Sun, 7 Sep 2025 18:15:42 -0500 Subject: Fix duplicated definitions in dwm.c around scratchtag --- dwm/dwm.c | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'dwm/dwm.c') diff --git a/dwm/dwm.c b/dwm/dwm.c index 8f70a83..515cd33 100644 --- a/dwm/dwm.c +++ b/dwm/dwm.c @@ -284,40 +284,6 @@ static Window root, wmcheckwin; #define BAROPACITY 1.0 #endif -static unsigned int scratchtag = 1 << LENGTH(tags); - -#define SHMNAME "/breathing_color_shm" -typedef struct { - uint32_t magic; - uint32_t version; - volatile uint32_t seq; - char color[8]; -} ColorShm; - -static ColorShm *accentshm; -static char accentcol[8] = "#005577"; - -#ifndef BAROPACITY -#define BAROPACITY 1.0 -#endif - -static unsigned int scratchtag = 1 << LENGTH(tags); - -#define SHMNAME "/breathing_color_shm" -typedef struct { - uint32_t magic; - uint32_t version; - volatile uint32_t seq; - char color[8]; -} ColorShm; - -static ColorShm *accentshm; -static char accentcol[8] = "#005577"; - -#ifndef BAROPACITY -#define BAROPACITY 1.0 -#endif - /* tag used for scratchpad clients */ static const unsigned int scratchtag = 1 << LENGTH(tags); -- cgit v1.2.3