diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-22 16:24:26 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-22 16:24:26 +0200 |
| commit | 896bb1e6576fe32b754341ddf0b49fbcfd1c116a (patch) | |
| tree | dff8e0e16a344a0a27153e3f6b7b23aad4e96227 /compositor.h | |
| parent | 1b9769db524afe3deb987e95db9fe6651104ffc0 (diff) | |
make it also working on other compositors
Diffstat (limited to 'compositor.h')
| -rw-r--r-- | compositor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compositor.h b/compositor.h new file mode 100644 index 0000000..0b7216a --- /dev/null +++ b/compositor.h @@ -0,0 +1,6 @@ +#ifndef COMPOSITOR_H +#define COMPOSITOR_H + +char * process_name_from_fd(struct wl_display *display); + +#endif |