mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
input include directory
This commit is contained in:
parent
ec7fc42a00
commit
d76e745b73
7 changed files with 10 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _SWAY_CURSOR_H
|
||||
#define _SWAY_CURSOR_H
|
||||
|
||||
#include "sway/seat.h"
|
||||
#include "sway/input/seat.h"
|
||||
|
||||
struct sway_cursor {
|
||||
struct wlr_cursor *cursor;
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
#define _SWAY_INPUT_MANAGER_H
|
||||
#include <libinput.h>
|
||||
#include "sway/server.h"
|
||||
#include "config.h"
|
||||
#include "sway/config.h"
|
||||
#include "list.h"
|
||||
|
||||
struct sway_input_manager {
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
#define _SWAY_SEAT_H
|
||||
|
||||
#include <wlr/types/wlr_seat.h>
|
||||
#include "sway/input-manager.h"
|
||||
#include "sway/input/input-manager.h"
|
||||
|
||||
struct sway_seat {
|
||||
struct wlr_seat *seat;
|
||||
Loading…
Add table
Add a link
Reference in a new issue