We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe5ffe commit 85a3bedCopy full SHA for 85a3bed
basis/opengl/gl/extensions/extensions.factor
@@ -7,7 +7,7 @@ ERROR: unknown-gl-platform ;
7
<< {
8
{ [ os windows? ] [ "opengl.gl.windows" ] }
9
{ [ os macosx? ] [ "opengl.gl.macosx" ] }
10
- { [ os unix? ] [ "opengl.gl.x11" ] }
+ { [ os unix? ] [ "opengl.gl.gtk" ] }
11
[ unknown-gl-platform ]
12
} cond use-vocab >>
13
0 commit comments