window: Move get_toplevel_xwindow to window-x11

This commit is contained in:
Jasper St. Pierre
2014-06-16 18:25:40 -04:00
parent 86dae6d4c7
commit 3c0fae74f1
6 changed files with 15 additions and 13 deletions

View File

@ -7950,12 +7950,6 @@ meta_window_set_surface_mapped (MetaWindow *window,
meta_window_queue (window, META_QUEUE_CALC_SHOWING);
}
Window
meta_window_get_toplevel_xwindow (MetaWindow *window)
{
return window->frame ? window->frame->xwindow : window->xwindow;
}
void
meta_window_set_custom_frame_extents (MetaWindow *window,
GtkBorder *extents)