mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-17 02:25:59 +01:00
573cf83c51
* Fix compilation on 32-bit architectures The 1234L suffix creates a 'long', which is not 64-bit on 32-bit architectures. * Use stoll instead of stol to fix colors on 32-bit systems on 32 bit systems, 'long' is 32 bits and 'long long' is 64 bits, so the 'long long' functions need to be used. * Fix rgba and rgb values on 32-bit * Use a cast to Hyprlang::INT |
||
---|---|---|
.. | ||
common.cpp | ||
config.cpp | ||
config.hpp | ||
core.hpp | ||
logger.hpp | ||
public.hpp |