calling gdk_gl_init()
This commit is contained in:
parent
f698d24c69
commit
964ad31eee
6
dwss.c
6
dwss.c
@ -63,11 +63,9 @@ main (int argc,
|
||||
error = NULL;
|
||||
|
||||
gtk_init_with_args (&argc, &argv,
|
||||
/* translators: the word "image" here
|
||||
* represents a command line argument
|
||||
*/
|
||||
_("image - floats images around the screen"),
|
||||
_("DornerWorks ScreenSaver"),
|
||||
NULL, NULL, &error);
|
||||
gdk_gl_init(&argc, &argv);
|
||||
|
||||
|
||||
if (error != NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user