Changeset 30916 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/basetexture.c
- Timestamp:
- Jul 19, 2010 8:32:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/basetexture.c
r28475 r30916 44 44 45 45 hr = resource_init((IWineD3DResource *)texture, resource_type, device, 46 size, usage, format_desc, pool, parent, parent_ops); 46 size, usage, format_desc, pool, parent, parent_ops 47 #ifdef VBOXWDDM 48 , NULL, NULL /* <- no need this info here */ 49 #endif 50 ); 47 51 if (FAILED(hr)) 48 52 {
Note:
See TracChangeset
for help on using the changeset viewer.