hyprcursor/libhyprcursor
Jan Beich 34efe230c2
core: add missing header for libc++ after 5a95d8512b (#66)
libhyprcursor/hyprcursor.cpp:23:27: error: implicit instantiation of undefined template 'std::basic_stringstream<char>'
   23 |         std::stringstream envXdgStream(envXdgData);
      |                           ^
/usr/include/c++/v1/__fwd/sstream.h:29:28: note: template is declared here
   29 | class _LIBCPP_TEMPLATE_VIS basic_stringstream;
      |                            ^
2024-10-01 10:08:26 +01:00
..
hyprcursor.cpp core: add missing header for libc++ after 5a95d8512b (#66) 2024-10-01 10:08:26 +01:00
hyprcursor_c.cpp lib: Added a raw data API (#23) 2024-04-06 21:16:55 +01:00
internalDefines.hpp lib: Added a raw data API (#23) 2024-04-06 21:16:55 +01:00
internalSharedTypes.hpp lib: Added a raw data API (#23) 2024-04-06 21:16:55 +01:00
Log.hpp lib: add user-defined logging 2024-03-24 20:37:31 +00:00
manifest.cpp core: Add support for toml manifests and metas 2024-04-04 16:21:38 +01:00
manifest.hpp core: Add support for toml manifests and metas 2024-04-04 16:21:38 +01:00
meta.cpp lib: Add validation for cursor file names and propagate the error from parsing HL cursor (#32) 2024-04-12 01:01:33 +01:00
meta.hpp core: Add support for toml manifests and metas 2024-04-04 16:21:38 +01:00
VarList.cpp core: initialize C shape data fully 2024-09-30 18:12:34 +01:00
VarList.hpp core: Add support for toml manifests and metas 2024-04-04 16:21:38 +01:00