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
21bc1ddf
Commit
21bc1ddf
authored
Nov 18, 2009
by
Roderick Colenbrander
Committed by
Alexandre Julliard
Nov 18, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opengl32: Sync with latest OpenGL extensions.
parent
5c45c35e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
make_opengl
dlls/opengl32/make_opengl
+3
-0
opengl_ext.c
dlls/opengl32/opengl_ext.c
+0
-0
No files found.
dlls/opengl32/make_opengl
View file @
21bc1ddf
...
@@ -571,6 +571,9 @@ while (my $line = <REGISTRY>) {
...
@@ -571,6 +571,9 @@ while (my $line = <REGISTRY>) {
if
(
$ext
=~
/array/
)
{
if
(
$ext
=~
/array/
)
{
# This is a pointer
# This is a pointer
$ptr
=
1
;
$ptr
=
1
;
}
elsif
(
$ext
=~
/reference/
)
{
# This is a pointer
$ptr
=
1
;
}
elsif
(
$ext
=~
/value/
)
{
}
elsif
(
$ext
=~
/value/
)
{
# And this a 'normal' value
# And this a 'normal' value
$ptr
=
0
;
$ptr
=
0
;
...
...
dlls/opengl32/opengl_ext.c
View file @
21bc1ddf
This diff is collapsed.
Click to expand it.
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