mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/drm: split wlr_drm_fb related functions into separate file
This commit is contained in:
parent
d7ecdad4e0
commit
260dbdf704
10 changed files with 282 additions and 265 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#include <wlr/util/log.h>
|
||||
|
||||
#include "backend/drm/drm.h"
|
||||
#include "backend/drm/fb.h"
|
||||
#include "backend/drm/iface.h"
|
||||
|
||||
static bool init(struct wlr_drm_backend *drm) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue