some useful function

This commit is contained in:
NishiOwO
2025-12-08 14:38:01 +09:00
parent b9796e99d5
commit b239dd3819
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