1 #ifndef _FX_UTIL_H 2 #define _FX_UTIL_H 3 4 #include <stdbool.h> 5 #include <stdlib.h> 6 #include <wlr/backend/interface.h> 7 8 bool open_preferred_drm_fd(struct wlr_backend *backend, int *drm_fd_ptr, 9 bool *own_drm_fd); 10 11 #endif