fcft: require fcft >= 3.3.0, add support for new scaling-filters

Update tweak.scaling-filter to recognize the new scaling filters added
in fcft-3.3.0.

Since fcft_set_scaling_filter() is deprecated in 3.3.0, don't use it
anymore, and set the scaling filter via fcft_font_options instead.
This commit is contained in:
Daniel Eklöf 2025-03-12 10:03:06 +01:00
parent cfa178ab25
commit 7f11ba59ef
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 12 additions and 6 deletions

1
main.c
View file

@ -518,7 +518,6 @@ main(int argc, char *const *argv)
(enum fcft_log_colorize)log_colorize,
as_server && log_syslog,
(enum fcft_log_class)log_level);
fcft_set_scaling_filter(conf.tweak.fcft_filter);
if (conf_server_socket_path != NULL) {
free(conf.server_socket_path);