From b29d19bf0dc405ec85c517e02298e6dffabfaeb5 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 17 Jan 2019 10:26:42 +0100 Subject: Remove swaylock headers --- include/swaylock/seat.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 include/swaylock/seat.h (limited to 'include/swaylock/seat.h') diff --git a/include/swaylock/seat.h b/include/swaylock/seat.h deleted file mode 100644 index c79afcd0..00000000 --- a/include/swaylock/seat.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef _SWAYLOCK_SEAT_H -#define _SWAYLOCK_SEAT_H -#include - -struct swaylock_xkb { - bool caps_lock; - bool control; - struct xkb_state *state; - struct xkb_context *context; - struct xkb_keymap *keymap; -}; - -struct swaylock_seat { - struct swaylock_state *state; - struct wl_pointer *pointer; - struct wl_keyboard *keyboard; -}; - -extern const struct wl_seat_listener seat_listener; - -#endif -- cgit v1.2.3-54-g00ecf