GLX implementation and *nix-specific file handling implementation

I added gl-x11 which allows compatibility with X11 (Xlib-based) and GLX.
I also added various functions to handle file finding based on FHS.
Various changes to autotools to both install files correctly and to configure correctly.
This commit is contained in:
Zachary Lund
2013-12-27 20:43:28 -06:00
parent 1c91e0d0e0
commit 80b8176e29
11 changed files with 402 additions and 21 deletions

View File

@@ -414,9 +414,8 @@ struct gs_window {
void *hwnd;
#elif defined(__APPLE__)
__unsafe_unretained id view;
#elif defined(__posix__)
int bla;
/* TODO */
#elif defined(__linux__)
uint32_t id;
#endif
};