diff options
author | Vaxry <[email protected]> | 2023-11-24 10:54:21 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-24 10:54:21 +0000 |
commit | 2ebfd0c7456eff7e9c03d379d1dfbc611dc26672 (patch) | |
tree | 9fa0d65224283e717ef7a06bb60870a5d319e13e /src/includes.hpp | |
parent | e40e486f61f2643578b9977b86f408799dbc75fd (diff) | |
download | Hyprland-2ebfd0c7456eff7e9c03d379d1dfbc611dc26672.tar.gz Hyprland-2ebfd0c7456eff7e9c03d379d1dfbc611dc26672.zip |
renderer: Move to a full Hyprland GL rendering pipeline (#3920)
Also updates wlroots
Diffstat (limited to 'src/includes.hpp')
-rw-r--r-- | src/includes.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/includes.hpp b/src/includes.hpp index a89f0950..611e4a5c 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -70,7 +70,6 @@ extern "C" { #include <wlr/types/wlr_xdg_shell.h> #include <wlr/types/wlr_subcompositor.h> #include <wlr/types/wlr_damage_ring.h> -#include <wlr/types/wlr_input_inhibitor.h> #include <wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h> #include <wlr/types/wlr_virtual_pointer_v1.h> #include <wlr/types/wlr_foreign_toplevel_management_v1.h> @@ -106,6 +105,9 @@ extern "C" { #include <wlr/types/wlr_cursor_shape_v1.h> #include <wlr/types/wlr_tearing_control_v1.h> #include <wlr/util/box.h> +#include <wlr/util/transform.h> +#include <wlr/render/swapchain.h> +#include <wlr/render/egl.h> #include <libdrm/drm_fourcc.h> |