diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2023-10-29 18:34:27 +1300 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2023-11-12 15:03:34 +1300 |
| commit | f998705c5a0e50021875a811537962083b73ed26 (patch) | |
| tree | 113406756207737ca3cee23809d1b020ee001cab /ewmh.h | |
| parent | 5dacf6d6d24eab71994e02b6b3c4fc6f6e309958 (diff) | |
| download | YATwm-f998705c5a0e50021875a811537962083b73ed26.tar.gz YATwm-f998705c5a0e50021875a811537962083b73ed26.zip | |
feat: Pretty much done IPC
Still need to add a program that uses the IPC, this potentially
requires restructuring the files
Diffstat (limited to 'ewmh.h')
| -rw-r--r-- | ewmh.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
