Home
last modified time | relevance | path

Searched refs:ptr_owner (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/ui/
H A Dgtk.c209 if (s->full_screen || qemu_input_is_absolute(vc->gfx.dcl.con) || s->ptr_owner == vc) { in gd_update_cursor()
231 if (s->ptr_owner != NULL && in gd_update_caption()
232 s->ptr_owner->window == NULL) { in gd_update_caption()
256 vc == s->ptr_owner ? " +ptr" : ""); in gd_update_caption()
695 if (s->ptr_owner && qemu_input_is_absolute(s->ptr_owner->gfx.dcl.con)) { in gd_mouse_mode_change()
696 if (!s->ptr_owner->window) { in gd_mouse_mode_change()
1030 } else if (s->last_set && s->ptr_owner == vc) { in gd_motion_event()
1039 if (!qemu_input_is_absolute(vc->gfx.dcl.con) && s->ptr_owner == vc) { in gd_motion_event()
1081 !qemu_input_is_absolute(vc->gfx.dcl.con) && s->ptr_owner ! in gd_button_event()
[all...]
/openbmc/qemu/include/ui/
H A Dgtk.h137 VirtualConsole *ptr_owner; member