mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
plugins/default: Fix compiler error
This commit is contained in:
parent
5e3d93da87
commit
3f3e3ce37e
@ -328,7 +328,7 @@ switch_workspace (MetaPlugin *plugin,
|
||||
ClutterAnimation *animation;
|
||||
|
||||
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,
|
||||
&screen_width,
|
||||
|
Loading…
Reference in New Issue
Block a user