Home | History | Annotate | Download | only in src

Lines Matching refs:GWL_STYLE

448         DWORD dwStyle = (DWORD)GetWindowLongPtr(window->frame, GWL_STYLE);
454 SetWindowLongPtr(window->frame, GWL_STYLE, dwStyle | WS_CAPTION | WS_THICKFRAME);
481 SetWindowLongPtr(window->frame, GWL_STYLE, dwStyle & ~WS_CAPTION & ~WS_THICKFRAME);