summaryrefslogtreecommitdiffstats
path: root/config.tests/x11/glxfbconfig/glxfbconfig.cpp
blob: e86b02a63a8ca660530bf308db7eade8ab5276da (plain)
1
2
3
4
5
6
7
8
9
10
#include <GL/gl.h>
#include <GL/glx.h>

int main(int, char **)
{
    GLXFBConfig config;
    config = 0;

    return 0;
}