Home
last modified time | relevance | path

Searched refs:win_pre_existing (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c122 if (scrpriv && (scrpriv->win_pre_existing != None || in hostx_want_screen_geometry()
147 scrpriv->win_pre_existing = win_id; in hostx_add_screen()
226 if (scrpriv && scrpriv->win_pre_existing) { in hostx_want_preexisting_window()
594 if (scrpriv->win_pre_existing != XCB_WINDOW_NONE) { in hostx_init()
601 scrpriv->win_pre_existing); in hostx_init()
619 scrpriv->win_pre_existing, in hostx_init()
958 if (scrpriv->win_pre_existing == None && !EphyrWantResize) { in hostx_screen_init()
H A Dephyr.h72 xcb_window_t win_pre_existing; /* Set via -parent option like xnest */ member
H A Dephyr.c854 || scrpriv->win_pre_existing == w) { in screen_from_window()
1106 (scrpriv->win_pre_existing == None && !EphyrWantResize)) { in ephyrProcessConfigureNotify()