diff --git a/CMakeLists.txt b/CMakeLists.txt index de21149..bc50e59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ pkg_check_modules( gbm hyprlang>=0.2.0 hyprutils - hyprwayland-scanner>=0.4.0) + hyprwayland-scanner>=0.4.1) # check whether we can find sdbus-c++ through pkg-config pkg_check_modules(SDBUS IMPORTED_TARGET sdbus-c++) diff --git a/src/includes.hpp b/src/includes.hpp new file mode 100644 index 0000000..5043864 --- /dev/null +++ b/src/includes.hpp @@ -0,0 +1,6 @@ +#pragma once + +#include +using namespace Hyprutils::Memory; +#define SP CSharedPointer +#define WP CWeakPointer \ No newline at end of file