ui/winui/util.h@7f142ba9fd5f
ui/winui/util.h
Mon, 07 Sep 2026 18:55:59 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 07 Sep 2026 18:55:59 +0200
- changeset 1242
- 7f142ba9fd5f
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
imageviewer: keep autoscaling when the widget is resized (GTK)
#pragma once
#include <stdlib.h>
wchar_t* str2wstr(const char* str, int* newlen);
wchar_t* str2wstr_len(const char* str, size_t len, int* newlen);
char* wchar2utf8(const wchar_t* wstr, size_t wlen);