From 5d170a634ead0119f6e5a9f63c23b2b064126f75 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Mon, 8 Jul 2024 15:22:41 +0200 Subject: Remove old files --- src/dwm.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/dwm.h (limited to 'src/dwm.h') diff --git a/src/dwm.h b/src/dwm.h deleted file mode 100644 index 2ce055c..0000000 --- a/src/dwm.h +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef COMET_DWM_H -#define COMET_DWM_H - -#include -#include - -#include "state.h" - -typedef struct { - GSocket *socket; - GSource *source; - State *state; - Color color; - Color text_color; - Color selected; - Button *tags[9]; - Button *title; - bool change_title; - bool hidden_title; -} DwmIpc; - -DwmIpc *dwm_create(State *state, const char *socket); - -void dwm_register_tags(DwmIpc *dwm, Color color, Color selected, Color text_color); - -void dwm_destroy(DwmIpc *dwm); - -#endif - -// vim: ts=4 sw=4 et -- cgit v1.2.3