make gdi rendering a little bit faster

This commit is contained in:
Nishi 2025-12-07 07:10:20 +09:00
commit 71cb96b06e
Signed by: nishi
GPG key ID: 27EF69B208EB9343
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 {