Searched refs:ptr_owner (Results 1 – 2 of 2) sorted by relevance
207 if (s->full_screen || qemu_input_is_absolute(vc->gfx.dcl.con) || s->ptr_owner == vc) { in gd_update_cursor()229 if (s->ptr_owner != NULL && in gd_update_caption()230 s->ptr_owner->window == NULL) { in gd_update_caption()254 vc == s->ptr_owner ? " +ptr" : ""); in gd_update_caption()696 if (s->ptr_owner && qemu_input_is_absolute(s->ptr_owner->gfx.dcl.con)) { in gd_mouse_mode_change()697 if (!s->ptr_owner->window) { in gd_mouse_mode_change()939 } else if (s->last_set && s->ptr_owner == vc) { in gd_motion_event()948 if (!qemu_input_is_absolute(vc->gfx.dcl.con) && s->ptr_owner == vc) { in gd_motion_event()990 !qemu_input_is_absolute(vc->gfx.dcl.con) && s->ptr_owner != vc) { in gd_button_event()1391 if (vc->s->ptr_owner) { in gd_win_grab()[all …]
136 VirtualConsole *ptr_owner; member