wip: Update for wlroots-git (0.16.0)

This commit is contained in:
John Lindgren 2022-05-21 11:18:33 -04:00
parent ae15be8555
commit a893d7854d
11 changed files with 80 additions and 76 deletions

View file

@ -33,6 +33,7 @@
#include <wlr/types/wlr_pointer_gestures_v1.h>
#include <wlr/types/wlr_seat.h>
#include <wlr/types/wlr_server_decoration.h>
#include <wlr/types/wlr_subcompositor.h>
#include <wlr/types/wlr_xcursor_manager.h>
#include <wlr/types/wlr_xdg_decoration_v1.h>
#include <wlr/types/wlr_xdg_shell.h>

View file

@ -2,7 +2,6 @@
#ifndef __LABWC_LAYERS_H
#define __LABWC_LAYERS_H
#include <wayland-server.h>
#include <wlr/types/wlr_surface.h>
#include <wlr/types/wlr_layer_shell_v1.h>
struct server;