Skip to content
Snippets Groups Projects
Commit 3ecd6c6a authored by Emil Velikov's avatar Emil Velikov
Browse files

glx: unify GLX_SGIX_pbuffer aliased declarations


No point in having an identical code in two places.

Not to mention that the Apple one incorrectly uses GLXDrawable as pbuf
type. This change is both API and ABI safe since the header uses the
correct GLXPbufferSGIX and both types are a typedef of the same
primitive XID.

Cc: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Signed-off-by: default avatarEmil Velikov <emil.velikov@collabora.com>
Reviewed-by: default avatarJeremy Sequoia <jeremyhu@apple.com>
parent 9898bcf3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment