summaryrefslogtreecommitdiff
path: root/ewmh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ewmh.h')
-rw-r--r--ewmh.h2
1 files changed, 2 insertions, 0 deletions
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);