diff --git a/src/st/test-theme.c b/src/st/test-theme.c index fa85ebea5..8b00ba558 100644 --- a/src/st/test-theme.c +++ b/src/st/test-theme.c @@ -426,6 +426,8 @@ main (int argc, char **argv) StTheme *theme; StThemeContext *context; + gtk_init (&argc, &argv); + if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS) return 1;