Lines Matching refs:xwl_window
633 xwayland: Create an xwl_window for toplevel only
635 One general assumption in Xwayland is that the xwl_window remains the
639 existing xwl_window by using xwl_window_get() which will just check for
640 the registered xwl_window for the window.
643 with a xwl_window will get another different xwl_window.
657 xwl_window than its parent.
2899 on RealizeWindowProc before a corresponding xwl_window might be
3954 xwayland: Don't need xwl_window anymore in xwl_present_queue_vblank
3981 xwayland: Replace xwl_window::present_window with ::present_flipped
3988 xwl_window::present_flipped can be cleared. This may fix freezing in
6067 Instead of reusing xwl_window introduce a persistent window struct for every
6785 xwayland: avoid using freed xwl_window on unrealize
6787 xwl_unrealize_window() would use freed xwl_window which can lead to
6823 xwl_window on its own, it's the xwl_window of its first ancestor with
8041 We take a Present flip and if the xwl_window->window has the same dimensions
8043 to the main wl_surface of the xwl_window.
8053 * per window flips for child windows with smaller size than the xwl_window.
11517 We just want the stylus xwl_window to correctly determine we have
13032 Since these properties and the potential ancestor's xwl_window are constant
13034 always putting the respective xwl_window in the Window's private field on
13035 its realization. If the Window doesn't feature an xwl_window on its own,
13036 it's the xwl_window of its first ancestor with one.
14505 we don't have a xwl_window for it.
17146 - introduced a simple setter for xwl_window::allow_commits
19802 xwayland: Put getting a xwl_window from a Window in a helper