update drwl

This commit is contained in:
sewn 2025-06-18 16:49:35 +03:00
parent b4198c1160
commit 14edf4199d
No known key found for this signature in database

3
drwl.h
View file

@ -1,7 +1,7 @@
/* /*
* drwl - https://codeberg.org/sewn/drwl * drwl - https://codeberg.org/sewn/drwl
* *
* Copyright (c) 2023-2024 sewn <sewn@disroot.org> * Copyright (c) 2023-2025 sewn <sewn@disroot.org>
* Copyright (c) 2024 notchoc <notchoc@disroot.org> * Copyright (c) 2024 notchoc <notchoc@disroot.org>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
@ -81,7 +81,6 @@ utf8decode(uint32_t *state, uint32_t *codep, uint8_t byte)
static int static int
drwl_init(void) drwl_init(void)
{ {
fcft_set_scaling_filter(FCFT_SCALING_FILTER_LANCZOS3);
return fcft_init(FCFT_LOG_COLORIZE_AUTO, 0, FCFT_LOG_CLASS_ERROR); return fcft_init(FCFT_LOG_COLORIZE_AUTO, 0, FCFT_LOG_CLASS_ERROR);
} }