Commit f2aaca2f authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Rename WineD3DAdapter to wined3d_adapter.

parent a3f22d07
......@@ -1237,7 +1237,7 @@ typedef struct WineD3D_PixelFormat
} WineD3D_PixelFormat;
/* The adapter structure */
struct WineD3DAdapter
struct wined3d_adapter
{
UINT num;
BOOL opengl;
......@@ -1347,7 +1347,7 @@ typedef struct IWineD3DImpl
UINT dxVersion;
UINT adapter_count;
struct WineD3DAdapter adapters[1];
struct wined3d_adapter adapters[1];
} IWineD3DImpl;
extern const IWineD3DVtbl IWineD3D_Vtbl DECLSPEC_HIDDEN;
......@@ -1375,7 +1375,7 @@ struct IWineD3DDeviceImpl
IUnknown *parent;
IWineD3DDeviceParent *device_parent;
IWineD3D *wineD3D;
struct WineD3DAdapter *adapter;
struct wined3d_adapter *adapter;
/* Window styles to restore when switching fullscreen mode */
LONG style;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment