mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
Move render/shm_format functions to render/pixel_format
This commit is contained in:
parent
5fd82c6f54
commit
50d2985607
8 changed files with 28 additions and 37 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <wlr/types/wlr_buffer.h>
|
||||
#include <wlr/types/wlr_linux_dmabuf_v1.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "render/shm_format.h"
|
||||
#include "render/pixel_format.h"
|
||||
#include "util/signal.h"
|
||||
|
||||
void wlr_buffer_init(struct wlr_buffer *buffer,
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
#include <wlr/backend.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "wlr-screencopy-unstable-v1-protocol.h"
|
||||
#include "render/shm_format.h"
|
||||
#include "render/wlr_renderer.h"
|
||||
#include "render/pixel_format.h"
|
||||
#include "util/signal.h"
|
||||
|
||||
#define SCREENCOPY_MANAGER_VERSION 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue