move some to lowlevel
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@675 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
94e0fe41c0
commit
b617d147c3
7 changed files with 73 additions and 65 deletions
|
|
@ -134,6 +134,8 @@ MWDECL void MwLLGrabPointer(MwLL handle, int toggle);
|
|||
MWDECL void MwLLSetClipboard(MwLL handle, const char* text);
|
||||
MWDECL char* MwLLGetClipboard(MwLL handle);
|
||||
|
||||
MWDECL void MwLLMakeToolWindow(MwLL handle);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -132,8 +132,8 @@ struct _MwListBox {
|
|||
|
||||
struct _MwComboBox {
|
||||
char** list;
|
||||
int opened;
|
||||
int selected;
|
||||
int opened;
|
||||
int selected;
|
||||
};
|
||||
|
||||
struct _MwDirectoryEntry {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue