aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-05-25 23:13:13 +0200
committervaxerski <[email protected]>2022-05-25 23:13:13 +0200
commit2c907e054024cefb9f75bcaf75fdf7ae3a594b90 (patch)
treea698a823fe803bbacc14f73cc33ac8bf65675f45
parent9597ffdd3284563af9e4309c0ddd5b3b7cfcf9a7 (diff)
downloadHyprland-2c907e054024cefb9f75bcaf75fdf7ae3a594b90.tar.gz
Hyprland-2c907e054024cefb9f75bcaf75fdf7ae3a594b90.zip
include egl in includes.hpp
-rw-r--r--src/includes.hpp1
-rw-r--r--src/render/OpenGL.hpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/includes.hpp b/src/includes.hpp
index 960acd2e..abe90bfa 100644
--- a/src/includes.hpp
+++ b/src/includes.hpp
@@ -78,6 +78,7 @@ extern "C" {
#include <wlr/util/region.h>
#include <xkbcommon/xkbcommon.h>
#include <X11/Xproto.h>
+#include <wlr/render/egl.h>
#include <wlr/render/gles2.h>
#include <wlr/render/wlr_texture.h>
#include <wlr/types/wlr_pointer_constraints_v1.h>
diff --git a/src/render/OpenGL.hpp b/src/render/OpenGL.hpp
index b3aa5968..fa193057 100644
--- a/src/render/OpenGL.hpp
+++ b/src/render/OpenGL.hpp
@@ -3,7 +3,6 @@
#include "../defines.hpp"
#include "../helpers/Monitor.hpp"
#include "../helpers/Color.hpp"
-#include <wlr/render/egl.h>
#include <list>
#include <unordered_map>