mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
test-theme: Pacify -Werror for clutter_init
This commit is contained in:
parent
034e147910
commit
c2d400846b
1 changed files with 2 additions and 1 deletions
|
|
@ -426,7 +426,8 @@ main (int argc, char **argv)
|
|||
StTheme *theme;
|
||||
StThemeContext *context;
|
||||
|
||||
clutter_init (&argc, &argv);
|
||||
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
|
||||
g_error ("failed to initialize clutter");
|
||||
|
||||
theme = st_theme_new ("st/test-theme.css",
|
||||
NULL, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue