remove MwLLSetBackground

This commit is contained in:
Nishi 2025-12-07 10:40:40 +09:00
commit 218f8fa9cf
Signed by: nishi
GPG key ID: 27EF69B208EB9343
6 changed files with 0 additions and 20 deletions

View file

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