mirror of
https://github.com/swaywm/sway.git
synced 2025-11-16 06:59:49 -05:00
input include directory
This commit is contained in:
parent
ec7fc42a00
commit
d76e745b73
7 changed files with 10 additions and 10 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#define _XOPEN_SOURCE 700
|
||||
#include <wlr/types/wlr_cursor.h>
|
||||
#include "sway/seat.h"
|
||||
#include "sway/cursor.h"
|
||||
#include "sway/input-manager.h"
|
||||
#include "sway/input/seat.h"
|
||||
#include "sway/input/cursor.h"
|
||||
#include "sway/input/input-manager.h"
|
||||
#include "log.h"
|
||||
|
||||
struct sway_seat *sway_seat_create(struct wl_display *display,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue