calling gdk_gl_init()

This commit is contained in:
Josh Holtrop 2010-11-24 12:17:09 -05:00
parent f698d24c69
commit 964ad31eee

6
dwss.c
View File

@ -63,11 +63,9 @@ main (int argc,
error = NULL; error = NULL;
gtk_init_with_args (&argc, &argv, gtk_init_with_args (&argc, &argv,
/* translators: the word "image" here _("DornerWorks ScreenSaver"),
* represents a command line argument
*/
_("image - floats images around the screen"),
NULL, NULL, &error); NULL, NULL, &error);
gdk_gl_init(&argc, &argv);
if (error != NULL) if (error != NULL)