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. svn path=/trunk/; revision=9
This commit is contained in:
parent
7d6896a669
commit
136dbbb41f
@ -21,6 +21,13 @@ GType shell_global_get_type (void) G_GNUC_CONST;
|
||||
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user