make gdi rendering a little bit faster

This commit is contained in:
NishiOwO
2025-12-07 07:10:20 +09:00
parent c2e960fe59
commit 71cb96b06e
3 changed files with 17 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ struct _MwLLGDI {
HICON icon;
int grabbed;
int force_render;
};
struct _MwLLGDIColor {