This commit is contained in:
parent
4b2676b741
commit
df275c3331
3 changed files with 24 additions and 18 deletions
|
|
@ -50,33 +50,33 @@ void MwLLShowImpl(MwLL handle, int show) {}
|
|||
|
||||
void MwLLSetSizeHintsImpl(MwLL handle, int minx, int miny, int maxx, int maxy) {}
|
||||
|
||||
void MwLLMakeBorderlessImpl(MwLL handle, int toggle){}
|
||||
void MwLLMakeBorderlessImpl(MwLL handle, int toggle) {}
|
||||
|
||||
void MwLLMakeToolWindowImpl(MwLL handle){}
|
||||
void MwLLMakeToolWindowImpl(MwLL handle) {}
|
||||
|
||||
void MwLLMakePopupImpl(MwLL handle, MwLL parent){}
|
||||
void MwLLMakePopupImpl(MwLL handle, MwLL parent) {}
|
||||
|
||||
void MwLLBeginStateChangeImpl(MwLL handle){}
|
||||
void MwLLBeginStateChangeImpl(MwLL handle) {}
|
||||
|
||||
void MwLLEndStateChangeImpl(MwLL handle){}
|
||||
void MwLLEndStateChangeImpl(MwLL handle) {}
|
||||
|
||||
void MwLLFocusImpl(MwLL handle){}
|
||||
void MwLLFocusImpl(MwLL handle) {}
|
||||
|
||||
void MwLLGrabPointerImpl(MwLL handle, int toggle){}
|
||||
void MwLLGrabPointerImpl(MwLL handle, int toggle) {}
|
||||
|
||||
void MwLLSetClipboardImpl(MwLL handle, const char* text, int clipboard_type){}
|
||||
void MwLLSetClipboardImpl(MwLL handle, const char* text, int clipboard_type) {}
|
||||
|
||||
void MwLLGetClipboardImpl(MwLL handle, int clipboard_type){}
|
||||
void MwLLGetClipboardImpl(MwLL handle, int clipboard_type) {}
|
||||
|
||||
void MwLLGetCursorCoordImpl(MwLL handle, MwPoint* point){}
|
||||
void MwLLGetCursorCoordImpl(MwLL handle, MwPoint* point) {}
|
||||
|
||||
void MwLLGetScreenSizeImpl(MwLL handle, MwRect* rect){}
|
||||
void MwLLGetScreenSizeImpl(MwLL handle, MwRect* rect) {}
|
||||
|
||||
void MwLLSetDarkThemeImpl(MwLL handle, int toggle){}
|
||||
void MwLLSetDarkThemeImpl(MwLL handle, int toggle) {}
|
||||
|
||||
MwBool MwLLDoModernImpl(MwLL handle){}
|
||||
MwBool MwLLDoModernImpl(MwLL handle) {}
|
||||
|
||||
int MwLLHaikuCallInitImpl(){}
|
||||
int MwLLHaikuCallInitImpl() {}
|
||||
|
||||
#include "call.c"
|
||||
CALL(Haiku);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue