mew

desc
git clone https://git.awy.one/mew.git
Log | Files | Refs | README | LICENSE

commit 14edf4199d2cbd83c95e4d9f8b60cb9e96cce012
parent b4198c11601522427155ddd0343e888c0e593c25
Author: sewn <sewn@disroot.org>
Date:   Wed, 18 Jun 2025 16:49:35 +0300

update drwl

Diffstat:
Mdrwl.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drwl.h b/drwl.h @@ -1,7 +1,7 @@ /* * 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> * * 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 drwl_init(void) { - fcft_set_scaling_filter(FCFT_SCALING_FILTER_LANCZOS3); return fcft_init(FCFT_LOG_COLORIZE_AUTO, 0, FCFT_LOG_CLASS_ERROR); }