Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
658b0489
Commit
658b0489
authored
Aug 31, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opengl32: Use float type where appropriate in the spec file.
parent
abef41a9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
make_opengl
dlls/opengl32/make_opengl
+2
-3
opengl32.spec
dlls/opengl32/opengl32.spec
+0
-0
No files found.
dlls/opengl32/make_opengl
View file @
658b0489
...
...
@@ -154,10 +154,10 @@ my %arg_conv =
"GLboolean"
=>
[
"long"
,
4
],
"GLbyte"
=>
[
"long"
,
4
],
"GLclampd"
=>
[
"double"
,
8
],
"GLclampf"
=>
[
"
long
"
,
4
],
"GLclampf"
=>
[
"
float
"
,
4
],
"GLdouble"
=>
[
"double"
,
8
],
"GLenum"
=>
[
"long"
,
4
],
"GLfloat"
=>
[
"
long
"
,
4
],
"GLfloat"
=>
[
"
float
"
,
4
],
"GLint"
=>
[
"long"
,
4
],
"GLshort"
=>
[
"long"
,
4
],
"GLsizei"
=>
[
"long"
,
4
],
...
...
@@ -172,7 +172,6 @@ my %arg_conv =
"GLcharARB"
=>
[
"long"
,
4
],
"GLintptr"
=>
[
"long"
,
4
],
"GLsizeiptr"
=>
[
"long"
,
4
],
"GLvoid"
=>
[
"void"
,
4
],
"_GLfuncptr"
=>
[
"ptr"
,
4
]);
#
...
...
dlls/opengl32/opengl32.spec
View file @
658b0489
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