From 915532bf8fbda9ba2a36e04fcd6acc67c6c68fa5 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 1 Oct 2024 14:54:37 +1300 Subject: Restructure --- util.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 util.h (limited to 'util.h') diff --git a/util.h b/util.h deleted file mode 100644 index 66ecf76..0000000 --- a/util.h +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -#include -#include -#include - - -std::string getEventName(int e); - - -std::vector split (const std::string &s, char delim); - -std::string lowercase(std::string s); - - -struct Globals { - Display*& dpy; - Window& root; -}; -- cgit v1.2.3