From 02e11f77bb41106bcbb48d62472c873ef0cfc132 Mon Sep 17 00:00:00 2001 From: MadcowOG Date: Sun, 26 Feb 2023 17:13:04 -0800 Subject: [PATCH] Removed out-of-date todos --- src/main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.c b/src/main.c index cd88a89..c7127cf 100644 --- a/src/main.c +++ b/src/main.c @@ -34,12 +34,6 @@ #define EQUAL 0 #define POLLFDS 4 -// TODO Create Github for dwl-bar then patchset for dwl-bar ipc -// -// TODO Get the ipc wayland protocol working. -// + Include a `hide` / `toggle_visibility` event so that the bar can hide itself when the user asks. -// TODO Create dwl-ipc patchset then submit to dwl wiki. - typedef struct Monitor { char *xdg_name; uint32_t registry_name;