mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-02 01:40:54 -05: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
|
|
@ -22,6 +22,7 @@
|
|||
#include <xf86drm.h>
|
||||
#include <xf86drmMode.h>
|
||||
#include "backend/drm/drm.h"
|
||||
#include "backend/drm/fb.h"
|
||||
#include "backend/drm/iface.h"
|
||||
#include "backend/drm/util.h"
|
||||
#include "render/pixel_format.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue