#include #include #include int main(int argc, char *argv[]) { glXCreateContext(NULL, NULL, NULL, True); glFinish(); return 0; }