VirtualBox

Ignore:
Timestamp:
Jan 16, 2013 1:16:57 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83229
Message:

wined3d: 1.fix shader gen 2.use vboxogl PixelFormat API directly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/device.c

    r43705 r44306  
    16041604    IWineD3DDeviceImpl *device = (IWineD3DDeviceImpl *)iface;
    16051605
    1606     if (device->focus_window) wined3d_unregister_window(device->focus_window);
     1606    if (device->focus_window) wined3d_unregister_window(device->focus_window, device);
    16071607    device->focus_window = NULL;
    16081608#else
     
    76677667    {
    76687668        TRACE("unregister window %p.\n", window);
    7669         wined3d_unregister_window(window);
     7669        wined3d_unregister_window(window, NULL);
    76707670
    76717671        if (device->focus_window == window) device->focus_window = NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette