aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/includes.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-07-06 15:42:37 +0200
committervaxerski <[email protected]>2022-07-06 15:42:37 +0200
commit9655d0c13822bdaa5d86fd1153c27c184fd55253 (patch)
treec1247ec74e688e7960264ffa853a1200e5ca073c /src/includes.hpp
parent5a22335b8d0d69cabf7038c4d6409d3905762479 (diff)
downloadHyprland-9655d0c13822bdaa5d86fd1153c27c184fd55253.tar.gz
Hyprland-9655d0c13822bdaa5d86fd1153c27c184fd55253.zip
added support for wlr_idle_inhibitor_v1
Diffstat (limited to 'src/includes.hpp')
-rw-r--r--src/includes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes.hpp b/src/includes.hpp
index 2455171d..0c8df64d 100644
--- a/src/includes.hpp
+++ b/src/includes.hpp
@@ -74,6 +74,7 @@ extern "C" {
#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>
+#include <wlr/types/wlr_idle_inhibit_v1.h>
#include <wlr/util/log.h>
#include <wlr/xwayland.h>
#include <wlr/util/region.h>