Route dialog and window preferences through adapter
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
namespace pp::panopainter {
|
||||
|
||||
void set_legacy_integer_preference(const char* key, int value);
|
||||
void set_legacy_ivec4_preference(const char* key, const glm::ivec4& value);
|
||||
void set_legacy_boolean_preference(const char* key, bool value);
|
||||
void set_legacy_descriptor_preference(const char* key, const Serializer::Descriptor& value);
|
||||
void unset_legacy_preference(const char* key);
|
||||
void save_legacy_boolean_preference(const char* key, bool value);
|
||||
void save_legacy_float_preference(const char* key, float value);
|
||||
bool save_legacy_preferences();
|
||||
|
||||
Reference in New Issue
Block a user