DWORD style = GetWindowLongW(window->win32.handle, GWL_STYLE);. style &= ~(WS_OVERLAPPEDWINDOW | WS_POPUP);. style |= getWindowStyle(window);.
確定! 回上一頁