mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
Add missing includes for wlr_input_device.h
References: https://github.com/swaywm/wlroots/pull/2470
This commit is contained in:
parent
bb342ac5e6
commit
a56098a24e
2 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <wlr/backend/libinput.h>
|
||||
#include <wlr/types/wlr_tablet_v2.h>
|
||||
#include <wlr/types/wlr_tablet_tool.h>
|
||||
#include <wlr/types/wlr_tablet_pad.h>
|
||||
#include "log.h"
|
||||
#include "sway/input/cursor.h"
|
||||
#include "sway/input/seat.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue