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 5fbc9a4..e8bae0c 100644
--- a/ewmh.h
+++ b/ewmh.h
@@ -18,4 +18,6 @@ void setWindowDesktop(Window w, int desktop);
void setCurrentDesktop(int desktop);
+void setFullscreen(Window w, bool fullscreen);
+
int getProp(Window w, char* propName, Atom* type, unsigned char** data);