I am new to X-Windows/Linux programming, so this is probably a dumb question, but...
I am working on an application that only needs a valid GL context. I don't actually need visible rendering window. The example apps I have seen call XOpenDisplay to connect to the X-Server. Is this necessary to get a GL context?
CD
