|
From: John T. <nu...@me...> - 2016-06-10 13:40:22
|
On Fri, Jun 10, 2016 at 11:45:49AM +0200, Diederick C. Niehorster wrote: > Providing GLUT_BORDERLESS in glutInitDisplayMode does the trick on > Windows, not sure if supported on Linux. > Like so, for example: > glutInitDisplayMode(GLUT_RGBA|GLUT_DOUBLE|GLUT_DEPTH|GLUT_BORDERLESS) Yeap, works under X too apparently, just checked. I apologize to the OP for the misinformation, I wasn't aware of that FreeGLUT extension. -- John Tsiombikas http://nuclear.mutantstargoat.com/ |