Changeset 38112 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DIf.cpp
- Timestamp:
- Jul 22, 2011 1:26:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DIf.cpp
r36867 r38112 269 269 if (!GetClassInfo(hInstance, VBOXDISPWND_NAME, &wc)) 270 270 { 271 wc.style = CS_OWNDC;271 wc.style = 0;//CS_OWNDC; 272 272 wc.lpfnWndProc = WindowProc; 273 273 wc.cbClsExtra = 0;
Note:
See TracChangeset
for help on using the changeset viewer.