Changeset 84852 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp
- Timestamp:
- Jun 16, 2020 4:18:46 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp
r84849 r84852 214 214 SWP_FRAMECHANGED thru SetWindowPos. */ 215 215 LONG flStyle = GetWindowLongW(hwnd, GWL_STYLE); 216 flStyle &= ~ WS_CAPTION /* both titlebar and border. Some paranoia: */ | WS_THICKFRAME | WS_SYSMENU;216 flStyle &= ~(WS_CAPTION /* both titlebar and border. Some paranoia: */ | WS_THICKFRAME | WS_SYSMENU); 217 217 SetWindowLong(hwnd, GWL_STYLE, flStyle); 218 218 SetWindowPos(hwnd, NULL, 0, 0, 0, 0,
Note:
See TracChangeset
for help on using the changeset viewer.