uhhhghghgh
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@702 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
4cfdddbeaa
commit
fd743825e7
2 changed files with 2 additions and 4 deletions
|
|
@ -21,7 +21,9 @@ static void draw(MwWidget handle) {
|
|||
MwLLFreeColor(c);
|
||||
}
|
||||
static void mwWindowMakeBorderlessImpl(MwWidget handle, int toggle) {
|
||||
MwLLShow(handle->lowlevel, 0);
|
||||
MwLLMakeBorderless(handle->lowlevel, toggle);
|
||||
MwLLShow(handle->lowlevel, 1);
|
||||
}
|
||||
|
||||
static void func_handler(MwWidget handle, const char* name, void* out, va_list va) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue