summaryrefslogtreecommitdiff
path: root/ewmh.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2023-02-03 17:45:07 +1300
committerBossCode45 <human.cyborg42@gmail.com>2023-06-21 20:19:01 +1200
commitab3d823a8190ae6ec4a1444aa3b5a01aaa018586 (patch)
tree7ab08c3e4675a0b92383670da88e4e49db20cf28 /ewmh.h
parentef998ee445e8a59a1cc5c9d15d721aabea187fd7 (diff)
downloadYATwm-ab3d823a8190ae6ec4a1444aa3b5a01aaa018586.tar.gz
YATwm-ab3d823a8190ae6ec4a1444aa3b5a01aaa018586.zip
feat: Windows that request to be fullscreen should become fullscreen - more testing neededs
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);