backend/drm: split wlr_drm_fb related functions into separate file

This commit is contained in:
Simon Ser 2023-11-23 15:55:24 +01:00 committed by Simon Zeni
parent d7ecdad4e0
commit 260dbdf704
10 changed files with 282 additions and 265 deletions

View file

@ -12,6 +12,7 @@
#include <wlr/util/log.h>
#include <xf86drm.h>
#include "backend/drm/drm.h"
#include "backend/drm/fb.h"
struct wlr_drm_backend *get_drm_backend_from_backend(
struct wlr_backend *wlr_backend) {