Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6afcf778
Commit
6afcf778
authored
Oct 27, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: The WineD3D_GLContext structure doesn't need to be exported.
parent
00ddebfa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
directx.c
dlls/wined3d/directx.c
+7
-0
wined3d_gl.h
include/wine/wined3d_gl.h
+0
-7
No files found.
dlls/wined3d/directx.c
View file @
6afcf778
...
...
@@ -66,6 +66,13 @@ DWORD *stateLookup[MAX_LOOKUPS];
DWORD
minMipLookup
[
WINED3DTEXF_ANISOTROPIC
+
1
][
WINED3DTEXF_LINEAR
+
1
];
typedef
struct
_WineD3D_GLContext
{
GLXContext
glCtx
;
Display
*
display
;
Drawable
drawable
;
LONG
ref
;
}
WineD3D_Context
;
/**
* Note: GL seems to trap if GetDeviceCaps is called before any HWND's created
...
...
include/wine/wined3d_gl.h
View file @
6afcf778
...
...
@@ -1795,13 +1795,6 @@ typedef struct _WineD3D_GL_Info {
}
WineD3D_GL_Info
;
#undef USE_GL_FUNC
typedef
struct
_WineD3D_GLContext
{
GLXContext
glCtx
;
Display
*
display
;
Drawable
drawable
;
LONG
ref
;
}
WineD3D_Context
;
#endif
/* HAVE_OPENGL */
#endif
/* __WINE_WINED3D_GL */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment