diff options
author | Phil Jones <philj56@gmail.com> | 2021-11-04 18:12:59 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2021-11-04 18:12:59 +0000 |
commit | 4caf09d20a9038d2a83349ad0f3e97cfa28ae979 (patch) | |
tree | 04af0ad9b7b131270b18c1afd36d1a45a0001421 /src/main.c | |
parent | ac1e4143756fb06e9e2c12280b28c979fde34c78 (diff) |
Generate xdg-shell protocol files at build time.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,6 +13,7 @@ #include <wctype.h> #include <wchar.h> #include <xkbcommon/xkbcommon.h> +#include <xdg-shell.h> #include <locale.h> #include "client.h" #include "egl.h" @@ -22,7 +23,6 @@ #include "greetd.h" #include "log.h" #include "nelem.h" -#include "xdg-shell-client-protocol.h" #undef MAX #define MAX(a, b) ((a) > (b) ? (a) : (b)) |