wayland: Add support for the set_margin request

This commit is contained in:
Jasper St. Pierre
2014-02-07 17:29:35 -05:00
parent 0c213c8fee
commit def5e86673
5 changed files with 74 additions and 11 deletions

View File

@@ -733,6 +733,9 @@ void meta_window_set_transient_for (MetaWindow *window,
void meta_window_set_opacity (MetaWindow *window,
guint opacity);
void meta_window_set_custom_frame_extents (MetaWindow *window,
GtkBorder *extents);
void meta_window_handle_enter (MetaWindow *window,
guint32 timestamp,
guint root_x,