diff options
author | Brian Ashworth <bosrsf04@gmail.com> | 2019-01-22 01:02:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 01:02:48 -0500 |
commit | f493fb526d3aabb4e756409a3a69e304759f4201 (patch) | |
tree | 239b2c3d5212a5663eb3c0868543f505b03d3953 /include/cairo.h | |
parent | 410c961388bbfecb5f1b63e4a1977a78709a6e57 (diff) | |
parent | 4b1eaaf731b0e29497edc4c85153f2cf417fb5ce (diff) |
Merge pull request #3485 from mstoeckl/minimize-deps
Remove wlroots dependency for sway(bar|bg|msg|nag)
Diffstat (limited to 'include/cairo.h')
-rw-r--r-- | include/cairo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cairo.h b/include/cairo.h index f28c072f..d1b9b8d7 100644 --- a/include/cairo.h +++ b/include/cairo.h @@ -4,7 +4,7 @@ #include "config.h" #include <stdint.h> #include <cairo/cairo.h> -#include <wlr/types/wlr_output.h> +#include <wayland-client-protocol.h> #if HAVE_GDK_PIXBUF #include <gdk-pixbuf/gdk-pixbuf.h> #endif |