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;
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user