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

Add some constants and functions. #62

Merged
merged 1 commit into from Jan 13, 2014
Merged

Conversation

@larsbergstrom
Copy link
Contributor

larsbergstrom commented Dec 16, 2013

Needs some discussion with @metajack

This set of changes fixes Linux NVidia (and properly uses the same X11 display connection for X pixmaps).

glx.rs Outdated
pub fn glXCreatePixmap(dpy: *Display, config: GLXFBConfig, pixmap: Pixmap, attribList: *c_int)
-> GLXPixmap;

pub fn glXDestroyPixmap(dpy: *Display, pixmap: GLXPixmap);

// For GLX < 1.3

This comment has been minimized.

Copy link
@pcwalton

pcwalton Dec 16, 2013

Contributor

Interesting, I didn't know what the difference was. Thanks for the comment!

@metajack
Copy link
Contributor

metajack commented Dec 16, 2013

Lars and I discussed in IRC that we should only have hte 1.3+ code paths and probably leave around any comments needed to steer people away from things that are < 1.3 that won't work with the new stuff.

@larsbergstrom
Copy link
Contributor Author

larsbergstrom commented Jan 13, 2014

@metajack

This comment has been minimized.

Copy link

metajack commented on f323af0 Jan 13, 2014

r+

metajack added a commit that referenced this pull request Jan 13, 2014
Add some constants and functions.
@metajack metajack merged commit 2fb3caf into servo:master Jan 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.