git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

scenefx/include/render/fx_renderer/util.h (218B)

 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