move wlr_box from /types to /util

This commit is contained in:
Simon Zeni 2021-07-01 16:36:01 -04:00 committed by Simon Ser
parent d975f35bba
commit e192d87731
35 changed files with 80 additions and 62 deletions

View file

@ -13,7 +13,6 @@
#include <wayland-server-core.h>
#include <wlr/backend.h>
#include <wlr/render/wlr_texture.h>
#include <wlr/types/wlr_box.h>
enum wlr_renderer_read_pixels_flags {
WLR_RENDERER_READ_PIXELS_Y_INVERT = 1,
@ -22,6 +21,8 @@ enum wlr_renderer_read_pixels_flags {
struct wlr_renderer_impl;
struct wlr_drm_format_set;
struct wlr_buffer;
struct wlr_box;
struct wlr_fbox;
struct wlr_renderer {
const struct wlr_renderer_impl *impl;