From f998705c5a0e50021875a811537962083b73ed26 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sun, 29 Oct 2023 18:34:27 +1300 Subject: feat: Pretty much done IPC Still need to add a program that uses the IPC, this potentially requires restructuring the files --- ewmh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ewmh.h') diff --git a/ewmh.h b/ewmh.h index e8bae0c..9473d5d 100644 --- a/ewmh.h +++ b/ewmh.h @@ -20,4 +20,6 @@ void setCurrentDesktop(int desktop); void setFullscreen(Window w, bool fullscreen); +void setIPCPath(unsigned char* path, int len); + int getProp(Window w, char* propName, Atom* type, unsigned char** data); -- cgit v1.2.3