aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/includes.hpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-05-05 22:18:10 +0100
committerVaxry <[email protected]>2024-05-09 13:37:39 +0100
commited411f53bdcf8d455f9e6ca769693aa84dc8372f (patch)
treeaacedb349acdd1022975d7b622dc7cfe11388223 /src/includes.hpp
parente4e84064f2d07810e0c150bce1369a0a00503e9a (diff)
downloadHyprland-ed411f53bdcf8d455f9e6ca769693aa84dc8372f.tar.gz
Hyprland-ed411f53bdcf8d455f9e6ca769693aa84dc8372f.zip
cursor: move to a hyprland impl
This moves wlr_cursor to a completely new impl mostly under CPointerManager Also adds beginSimple to OpenGL for simple render passes (e.g. cursor)
Diffstat (limited to 'src/includes.hpp')
-rw-r--r--src/includes.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/includes.hpp b/src/includes.hpp
index 6df38267..57ea5d54 100644
--- a/src/includes.hpp
+++ b/src/includes.hpp
@@ -39,7 +39,6 @@ extern "C" {
#include <wlr/render/allocator.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_compositor.h>
-#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_data_control_v1.h>
#include <wlr/types/wlr_data_device.h>
#include <wlr/types/wlr_drm_lease_v1.h>
@@ -52,7 +51,6 @@ extern "C" {
#include <wlr/types/wlr_layer_shell_v1.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/types/wlr_output.h>
-#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_output_management_v1.h>
#include <wlr/types/wlr_pointer.h>
#include <wlr/types/wlr_presentation_time.h>