--- src/main.cc.orig 2005-11-01 12:11:31.530013000 +0000 +++ src/main.cc 2005-11-01 12:12:15.560047000 +0000 @@ -30,7 +30,7 @@ #endif #include - +#include // for glutInit() #include "interface.h" #ifndef HAVE_SUPPORT_H @@ -131,6 +131,8 @@ gtk_set_locale (); // gtk stuff load_gtk_resources(); gtk_init (&argc, &argv); + glutInit(&argc, argv); + // popup widget is only filled with graphics at the end of startup