mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
render: split render.h into wlr_renderer.h and wlr_texture.h
This commit is contained in:
parent
a76cef475b
commit
c41de2d1be
29 changed files with 241 additions and 229 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <gbm.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <wlr/render.h>
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
|
||||
struct wlr_drm_backend;
|
||||
struct wlr_drm_plane;
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
#include <wayland-server.h>
|
||||
#include <wayland-util.h>
|
||||
#include <wlr/backend/wayland.h>
|
||||
#include <wlr/render.h>
|
||||
#include <wlr/render/egl.h>
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
#include <wlr/types/wlr_box.h>
|
||||
|
||||
struct wlr_wl_backend {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue