window: Move set_custom_frame_extents to be X11-only

Wayland doesn't use custom frame extents anymore -- it uses a full
geometry description.
This commit is contained in:
Jasper St. Pierre
2014-09-17 12:17:57 -06:00
parent 89ffcee7ca
commit 0cde7879d6
3 changed files with 18 additions and 21 deletions

View File

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