Changeset a4eb03a532b5562ad6676ec37172c2714c49ef9f

Show
Ignore:
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
  • modules/gui/minimal_macosx/VLCOpenGLVoutView.m

    r2e7e224 ra4eb03a  
    265265        http://developer.apple.com/documentation/GraphicsImaging/ 
    266266        Conceptual/OpenGL/chap5/chapter_5_section_44.html */ 
    267         long params[] = { 1 }; 
     267        GLint params[] = { 1 }; 
    268268        CGLSetParameter( CGLGetCurrentContext(), kCGLCPSwapInterval, 
    269269                     params );