gnome-shell r74 - trunk/src
- From: danw svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r74 - trunk/src
- Date: Fri, 21 Nov 2008 15:33:01 +0000 (UTC)
Author: danw
Date: Fri Nov 21 15:33:00 2008
New Revision: 74
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=74&view=rev
Log:
revert some broken bits from previous patch that weren't supposed to have
been committed
Modified:
trunk/src/shell-global.c
trunk/src/shell-global.h
Modified: trunk/src/shell-global.c
==============================================================================
--- trunk/src/shell-global.c (original)
+++ trunk/src/shell-global.c Fri Nov 21 15:33:00 2008
@@ -289,19 +289,3 @@
Window stagewin = clutter_x11_get_stage_window (stage);
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);
-}
Modified: trunk/src/shell-global.h
==============================================================================
--- trunk/src/shell-global.h (original)
+++ trunk/src/shell-global.h Fri Nov 21 15:33:00 2008
@@ -42,9 +42,7 @@
int width,
int height);
-GList *shell_global_get_windows (ShellGlobal *global);
-ClutterActor *shell_global_get_window_group (ShellGlobal *global);
-ClutterActor *shell_global_get_overlay_group (ShellGlobal *global);
+GList *shell_global_get_windows (ShellGlobal *global);
void _shell_global_set_plugin (ShellGlobal *global,
MutterPlugin *plugin);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]