This website requires JavaScript.
Explore
Help
Register
Sign In
ItsDrike
/
hyprland-dwindle-autogroup
Watch
1
Star
0
Fork
You've already forked hyprland-dwindle-autogroup
0
mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced
2024-11-10 02:59:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c38652c26f
hyprland-dwindle-autogroup
/
include
/
globals.hpp
6 lines
94 B
C++
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-03-31 11:48:22 +00:00
#
pragma once
Move to pkg-config Hyprland has recently changed the way plugins recognize the hyprland headers, moving from directly including the paths with -I option to automatically generating the cflags with `pkg-config --cflags hyprland`. This change means that compilation attempts using the direct include option will start to fail with newer versions of hyprland, which now uses /usr/local/include for it's headers after `make pluginenv`. This commit migrates the original system to respect this change, modifying Makefile, and with it, the include paths for hyprland headers, which are now prefixed with hyprland/.
2023-06-06 21:37:45 +00:00
#
include
<hyprland/src/plugins/PluginAPI.hpp>
Initial commit
2023-03-31 11:48:22 +00:00
inline
HANDLE
PHANDLE
=
nullptr
;
Reference in a new issue
Copy permalink