revert some broken bits from previous patch that weren't supposed to have
been committed svn path=/trunk/; revision=74
This commit is contained in:
parent
f5091e92e4
commit
aa61fdbc53
@ -289,19 +289,3 @@ shell_global_focus_stage (ShellGlobal *global)
|
|||||||
Window stagewin = clutter_x11_get_stage_window (stage);
|
Window stagewin = clutter_x11_get_stage_window (stage);
|
||||||
XSetInputFocus (xdisplay, stagewin, RevertToParent, CurrentTime);
|
XSetInputFocus (xdisplay, stagewin, RevertToParent, CurrentTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
ClutterActor *
|
|
||||||
shell_global_get_overlay_group (ShellGlobal *global)
|
|
||||||
{
|
|
||||||
g_return_val_if_fail (SHELL_IS_GLOBAL (global), NULL);
|
|
||||||
|
|
||||||
return mutter_plugin_get_overlay_group (global->plugin);
|
|
||||||
}
|
|
||||||
|
|
||||||
ClutterActor *
|
|
||||||
shell_global_get_window_group (ShellGlobal *global)
|
|
||||||
{
|
|
||||||
g_return_val_if_fail (SHELL_IS_GLOBAL (global), NULL);
|
|
||||||
|
|
||||||
return mutter_plugin_get_window_group (global->plugin);
|
|
||||||
}
|
|
||||||
|
@ -42,9 +42,7 @@ void shell_global_set_stage_input_area (ShellGlobal *global,
|
|||||||
int width,
|
int width,
|
||||||
int height);
|
int height);
|
||||||
|
|
||||||
GList *shell_global_get_windows (ShellGlobal *global);
|
GList *shell_global_get_windows (ShellGlobal *global);
|
||||||
ClutterActor *shell_global_get_window_group (ShellGlobal *global);
|
|
||||||
ClutterActor *shell_global_get_overlay_group (ShellGlobal *global);
|
|
||||||
|
|
||||||
void _shell_global_set_plugin (ShellGlobal *global,
|
void _shell_global_set_plugin (ShellGlobal *global,
|
||||||
MutterPlugin *plugin);
|
MutterPlugin *plugin);
|
||||||
|
Loading…
Reference in New Issue
Block a user