aboutsummaryrefslogtreecommitdiff
path: root/examples/idle.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-02-16 23:36:17 +0100
committerGitHub <noreply@github.com>2018-02-16 23:36:17 +0100
commit088028c570dd5b52f81069654166f0117667fac0 (patch)
tree54630cfe4990d868a928a55a3bc5563ff3bef11d /examples/idle.c
parent8c1cc45c7db9be4b49ffb27541e908f492fd59ba (diff)
parent4941befeb0fb268e5c60fb6001dc381320407072 (diff)
Merge pull request #630 from martinetd/xdg_shell
xdg-shell stable implementation
Diffstat (limited to 'examples/idle.c')
-rw-r--r--examples/idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/idle.c b/examples/idle.c
index 57c366d1..2b155c68 100644
--- a/examples/idle.c
+++ b/examples/idle.c
@@ -6,8 +6,8 @@
#include <pthread.h>
#include <wayland-client.h>
#include <wayland-client-protocol.h>
-#include <idle-client-protocol.h>
#include <wlr/util/log.h>
+#include "idle-client-protocol.h"
static struct org_kde_kwin_idle *idle_manager = NULL;
static struct wl_seat *seat = NULL;