Changeset a4eb03a532b5562ad6676ec37172c2714c49ef9f
- Timestamp:
- 04/08/08 20:35:33
(5 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1207679733 +0200
- git-parent:
[349698431a478858701ec7fac8d5e8f3b3f1d91b]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1207679733 +0200
- Message:
Fixed a compilation warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2e7e224 |
ra4eb03a |
|
| 265 | 265 | http://developer.apple.com/documentation/GraphicsImaging/ |
|---|
| 266 | 266 | Conceptual/OpenGL/chap5/chapter_5_section_44.html */ |
|---|
| 267 | | long params[] = { 1 }; |
|---|
| | 267 | GLint params[] = { 1 }; |
|---|
| 268 | 268 | CGLSetParameter( CGLGetCurrentContext(), kCGLCPSwapInterval, |
|---|
| 269 | 269 | params ); |
|---|