diff options
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 |