mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
frames: Give Havoc and Owen a heart attack
Break down the beautiful core/ui abstraction barrier by inserting a pointer to MetaWindow into a MetaUIFrame. I'm a scoundrel, I know. We'll use this very soon to destroy meta_core_get.
This commit is contained in:
@ -87,6 +87,7 @@ meta_window_ensure_frame (MetaWindow *window)
|
||||
|
||||
frame->ui_frame = meta_ui_create_frame (window->screen->ui,
|
||||
window->display->xdisplay,
|
||||
frame->window,
|
||||
visual,
|
||||
frame->rect.x,
|
||||
frame->rect.y,
|
||||
|
Reference in New Issue
Block a user