Changeset 44306 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/device.c
- Timestamp:
- Jan 16, 2013 1:16:57 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83229
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/device.c
r43705 r44306 1604 1604 IWineD3DDeviceImpl *device = (IWineD3DDeviceImpl *)iface; 1605 1605 1606 if (device->focus_window) wined3d_unregister_window(device->focus_window );1606 if (device->focus_window) wined3d_unregister_window(device->focus_window, device); 1607 1607 device->focus_window = NULL; 1608 1608 #else … … 7667 7667 { 7668 7668 TRACE("unregister window %p.\n", window); 7669 wined3d_unregister_window(window );7669 wined3d_unregister_window(window, NULL); 7670 7670 7671 7671 if (device->focus_window == window) device->focus_window = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.