remove MwLLSetBackground

This commit is contained in:
NishiOwO
2025-12-07 10:40:40 +09:00
parent 71cb96b06e
commit 218f8fa9cf
6 changed files with 0 additions and 20 deletions

View File

@@ -183,8 +183,6 @@ MWDECL void (*MwLLMakePopup)(MwLL handle, MwLL parent);
MWDECL void (*MwLLBeginStateChange)(MwLL handle);
MWDECL void (*MwLLEndStateChange)(MwLL handle);
MWDECL void (*MwLLSetBackground)(MwLL handle, MwLLColor color);
MWDECL void (*MwLLFocus)(MwLL handle);
MWDECL void (*MwLLGrabPointer)(MwLL handle, int toggle);