some useful function

This commit is contained in:
Nishi 2025-12-08 14:38:01 +09:00
commit b239dd3819
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 25 additions and 17 deletions

View file

@ -68,6 +68,7 @@ struct _MwLLX11Pixmap {
XImage* mask;
};
MWDECL int MwLLX11CallInit(void);
MWDECL int MwLLX11CallInit(void);
MWDECL Cursor MwLLX11CreateCursor();
#endif