gtk-demo: Group the OpenGL demos

This commit is contained in:
Matthias Clasen 2020-04-12 21:58:07 -04:00
parent ce6c7bae51
commit 638508fa20
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* Gears
/* OpenGL/Gears
*
* This is a classic OpenGL demo, running in a GtkGLArea.
*/

View File

@ -1,4 +1,4 @@
/* OpenGL Area
/* OpenGL/OpenGL Area
*
* GtkGLArea is a widget that allows custom drawing using OpenGL calls.
*/