gnome-shell r9 - trunk/src



Author: otaylor
Date: Fri Oct 31 18:05:19 2008
New Revision: 9
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=9&view=rev

Log:
Add shell_global_set_stage_input_area() to header file

shell_global_set_stage_input_area() wasn't in the header file
so it wasn't introspected; add it.


Modified:
   trunk/src/shell-global.h

Modified: trunk/src/shell-global.h
==============================================================================
--- trunk/src/shell-global.h	(original)
+++ trunk/src/shell-global.h	Fri Oct 31 18:05:19 2008
@@ -21,6 +21,13 @@
 
 ShellGlobal *shell_global_get (void);
 
+void
+shell_global_set_stage_input_area (ShellGlobal *global,
+                                   int          x,
+                                   int          y,
+                                   int          width,
+                                   int          height);
+
 void _shell_global_set_plugin (ShellGlobal  *global,
 			       MutterPlugin *plugin);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]