Changeset 30058 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Jun 7, 2010 9:05:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r30057 r30058 1281 1281 static HRESULT APIENTRY vboxWddmDDevUpdateWInfo(HANDLE hDevice, CONST D3DDDIARG_WINFO* pData) 1282 1282 { 1283 vboxVDbgPrintF(("<== "__FUNCTION__", hDevice(0x%p)\n", hDevice)); 1284 AssertBreakpoint(); 1285 vboxVDbgPrintF(("==> "__FUNCTION__", hDevice(0x%p)\n", hDevice)); 1286 return E_FAIL; 1283 vboxVDbgPrintF(("==> "__FUNCTION__", hDevice(0x%p)\n", hDevice)); 1284 AssertBreakpoint(); 1285 /* misha> @todo: implement */ 1286 vboxVDbgPrintF(("<== "__FUNCTION__", hDevice(0x%p)\n", hDevice)); 1287 return S_OK; 1287 1288 } 1288 1289
Note:
See TracChangeset
for help on using the changeset viewer.