Remove wlc includes
This commit is contained in:
parent
90f7f1a0e6
commit
7e81d304a3
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
#include <libinput.h>
|
#include <libinput.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <wlc/geometry.h>
|
#include <string.h>
|
||||||
#include <wlc/wlc.h>
|
#include <wlr/types/wlr_box.h>
|
||||||
#include <xkbcommon/xkbcommon.h>
|
#include <xkbcommon/xkbcommon.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
|
@ -68,7 +68,7 @@ struct input_config {
|
||||||
int tap;
|
int tap;
|
||||||
|
|
||||||
bool capturable;
|
bool capturable;
|
||||||
struct wlc_geometry region;
|
struct wlr_box region;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue