diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-08-24 18:37:30 +0100 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-08-24 18:37:30 +0100 |
| commit | f8ffb5eb42ef2a9fcd366e81df7752bfcdc4c036 (patch) | |
| tree | a066ecf755a04f88cce747fe0a038185b15ab55f /vapi | |
| parent | 000f19b36fdc3ce6c1889e7bfcf18dc23a667e37 (diff) | |
Actually make the window moving not suck
(bzr r424.1.34)
Diffstat (limited to 'vapi')
| -rw-r--r-- | vapi/mutter-2.28.vapi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/mutter-2.28.vapi b/vapi/mutter-2.28.vapi index a6a2ed1ea..e47f04d59 100644 --- a/vapi/mutter-2.28.vapi +++ b/vapi/mutter-2.28.vapi @@ -791,6 +791,8 @@ namespace Mutter { public static void unminimize (Mutter.MetaWindow window); [CCode (cname = "meta_window_move_resize")] public static void move_resize (Mutter.MetaWindow windiow, bool user_op, int root_x, int root_y, int width, int height); + [CCode (cname = "meta_window_get_geometry")] + public static void get_geometry (Mutter.MetaWindow windiow, out int x, out int y, out int width, out int height); } [Compact] [CCode (cheader_filename = "mutter-plugins.h")] |
