input include directory

This commit is contained in:
Tony Crisci 2017-12-08 08:07:47 -05:00
parent ec7fc42a00
commit d76e745b73
7 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
#define _XOPEN_SOURCE 700
#include <wlr/types/wlr_cursor.h>
#include "sway/cursor.h"
#include "sway/input/cursor.h"
#include "log.h"
static void handle_cursor_motion(struct wl_listener *listener, void *data) {