Skip to content

Commit 85a3bed

Browse files
committed
Revert "opengl.gl.extensions: use opengl.gl.x11"
This reverts commit efe5ffe.
1 parent efe5ffe commit 85a3bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basis/opengl/gl/extensions/extensions.factor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ERROR: unknown-gl-platform ;
77
<< {
88
{ [ os windows? ] [ "opengl.gl.windows" ] }
99
{ [ os macosx? ] [ "opengl.gl.macosx" ] }
10-
{ [ os unix? ] [ "opengl.gl.x11" ] }
10+
{ [ os unix? ] [ "opengl.gl.gtk" ] }
1111
[ unknown-gl-platform ]
1212
} cond use-vocab >>
1313

0 commit comments

Comments
 (0)