plugins/default: Fix compiler error
This commit is contained in:
parent
5e3d93da87
commit
3f3e3ce37e
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ switch_workspace (MetaPlugin *plugin,
|
||||||
ClutterAnimation *animation;
|
ClutterAnimation *animation;
|
||||||
|
|
||||||
screen = meta_plugin_get_screen (plugin);
|
screen = meta_plugin_get_screen (plugin);
|
||||||
stage = CLUTTER (meta_get_stage_for_screen (screen));
|
stage = meta_get_stage_for_screen (screen);
|
||||||
|
|
||||||
meta_screen_get_size (screen,
|
meta_screen_get_size (screen,
|
||||||
&screen_width,
|
&screen_width,
|
||||||
|
|
Loading…
Add table
Reference in a new issue