diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-21 18:08:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 18:08:58 -0400 |
commit | 24ae081001a5a244a76d87e05af832940d78545f (patch) | |
tree | 46e919d43f03aadc0262f17bf9a4028b76c676ae /include/backend/x11.h | |
parent | ce2f945441155fa9d98935dabd6979304f2d2fbc (diff) | |
parent | 37b8a096a9907ea9c9991750c75d9fb15e445681 (diff) |
Merge pull request #308 from ascent12/render-fixups
Render fixups
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index b4284b63..f5ec56bc 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -5,7 +5,7 @@ #include <xcb/xcb.h> #include <X11/Xlib-xcb.h> #include <wayland-server.h> -#include <wlr/egl.h> +#include <wlr/render/egl.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_input_device.h> |