mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Remove wlc includes
This commit is contained in:
parent
90f7f1a0e6
commit
7e81d304a3
@ -5,8 +5,8 @@
|
||||
|
||||
#include <libinput.h>
|
||||
#include <stdint.h>
|
||||
#include <wlc/geometry.h>
|
||||
#include <wlc/wlc.h>
|
||||
#include <string.h>
|
||||
#include <wlr/types/wlr_box.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
#include <time.h>
|
||||
#include "list.h"
|
||||
@ -68,7 +68,7 @@ struct input_config {
|
||||
int tap;
|
||||
|
||||
bool capturable;
|
||||
struct wlc_geometry region;
|
||||
struct wlr_box region;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user