1 2 3 4 5 6
#ifndef COMPOSITOR_H #define COMPOSITOR_H char * process_name_from_fd(struct wl_display *display); #endif