Mercurial > minori
diff include/sys/x11/settings.h @ 364:99c961c91809
core: refactor out byte stream into its own file
easy dubs
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Tue, 16 Jul 2024 21:15:59 -0400 |
parents | c844f8bb87ce |
children |
line wrap: on
line diff
--- a/include/sys/x11/settings.h Mon Jul 15 01:33:51 2024 -0400 +++ b/include/sys/x11/settings.h Tue Jul 16 21:15:59 2024 -0400 @@ -17,7 +17,7 @@ /* could technically be a union */ struct Data { - std::uint32_t integer; + std::int32_t integer; std::string string; struct { std::uint16_t red, green, blue, alpha;