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
18e704f9
Commit
18e704f9
authored
Apr 30, 2008
by
Roderick Colenbrander
Committed by
Alexandre Julliard
May 01, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opengl32: Get rid of X/GLX leftovers.
parent
9483760b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
opengl_ext.h
dlls/opengl32/opengl_ext.h
+0
-1
wgl.c
dlls/opengl32/wgl.c
+0
-3
opengl.c
dlls/winex11.drv/opengl.c
+1
-1
No files found.
dlls/opengl32/opengl_ext.h
View file @
18e704f9
...
...
@@ -26,7 +26,6 @@
#define XMD_H
/* This is to prevent the Xmd.h inclusion bug :-/ */
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#include <GL/glx.h>
#ifdef HAVE_GL_GLEXT_H
# include <GL/glext.h>
#endif
...
...
dlls/opengl32/wgl.c
View file @
18e704f9
...
...
@@ -82,9 +82,6 @@ static char* internal_gl_extensions = NULL;
typedef
struct
wine_glcontext
{
HDC
hdc
;
XVisualInfo
*
vis
;
GLXFBConfig
fb_conf
;
GLXContext
ctx
;
BOOL
do_escape
;
/* ... more stuff here */
}
Wine_GLContext
;
...
...
dlls/winex11.drv/opengl.c
View file @
18e704f9
...
...
@@ -104,10 +104,10 @@ typedef struct wine_glpixelformat {
typedef
struct
wine_glcontext
{
HDC
hdc
;
BOOL
do_escape
;
XVisualInfo
*
vis
;
WineGLPixelFormat
*
fmt
;
GLXContext
ctx
;
BOOL
do_escape
;
HDC
read_hdc
;
Drawable
drawables
[
2
];
BOOL
refresh_drawables
;
...
...
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