diff options
Diffstat (limited to 'dwm/dwm.c')
| -rw-r--r-- | dwm/dwm.c | 34 |
1 files changed, 0 insertions, 34 deletions
@@ -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); |
