VirtualBox

Ignore:
Timestamp:
Jul 21, 2009 9:16:52 AM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: update to wine 1.1.26

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/d3d8_private.h

    r19678 r21731  
    176176#define D3D8_INVALID_HANDLE ~0U
    177177
     178enum d3d8_handle_type
     179{
     180    D3D8_HANDLE_FREE,
     181    D3D8_HANDLE_VS,
     182    D3D8_HANDLE_PS,
     183    D3D8_HANDLE_SB,
     184};
     185
     186struct d3d8_handle_entry
     187{
     188    void *object;
     189    enum d3d8_handle_type type;
     190};
     191
    178192struct d3d8_handle_table
    179193{
    180     void **entries;
    181     void **free_entries;
     194    struct d3d8_handle_entry *entries;
     195    struct d3d8_handle_entry *free_entries;
    182196    UINT table_size;
    183197    UINT entry_count;
Note: See TracChangeset for help on using the changeset viewer.

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