Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lang updates #40

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

core -> std on Mac

  • Loading branch information
Jeaye
Jeaye committed May 24, 2013
commit 25f879e09b9a2a8a290a336a20993f2c4eab2cc8
4 cgl.rs
@@ -10,7 +10,7 @@
// Mac-specific OpenGL bindings.

use gl2::{GLenum, GLint, GLsizei, GLuint};
use core::libc::*;
use std::libc::*;

pub type CGLContextObj = *c_void;
pub type CGLError = c_int;
@@ -50,4 +50,4 @@ extern {
pub fn CGLTexImageIOSurface2D(ctx: CGLContextObj, target: GLenum, internal_format: GLenum,
width: GLsizei, height: GLsizei, format: GLenum, ty: GLenum,
ioSurface: IOSurfaceRef, plane: GLuint) -> CGLError;
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.