Skip to content

Commit

Permalink
Add support for excluding X11 headers.
Browse files Browse the repository at this point in the history
This is enabled with GLBIND_NO_XLIB_HEADERS. When this is used, glbind
will declare it's own versions of the necessary types and identifiers.
For structures it's expected that you'll provide pointers to your own
versions which are compatible with the normal Xlib structures. You will
need to manually cast them to the glbind_* types where necessary.
  • Loading branch information
mackron committed Mar 10, 2023
1 parent b01d6bf commit 6f0c459
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 237 deletions.
Loading

0 comments on commit 6f0c459

Please sign in to comment.