git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@706 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-14 12:13:31 +00:00
parent 51df555b5a
commit b7fee743dc
12 changed files with 48 additions and 12 deletions

View File

@@ -21,9 +21,9 @@ static void draw(MwWidget handle) {
MwLLFreeColor(c);
}
static void mwWindowMakeBorderlessImpl(MwWidget handle, int toggle) {
MwLLShow(handle->lowlevel, 0);
MwLLBeginStateChange(handle->lowlevel);
MwLLMakeBorderless(handle->lowlevel, toggle);
MwLLShow(handle->lowlevel, 1);
MwLLEndStateChange(handle->lowlevel);
}
static void func_handler(MwWidget handle, const char* name, void* out, va_list va) {