Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc.c715 if (vs->ioc == NULL || (!vnc_has_feature(vs, VNC_FEATURE_RESIZE) && in vnc_desktop_resize()
716 !vnc_has_feature(vs, VNC_FEATURE_RESIZE_EXT))) { in vnc_desktop_resize()
731 if (vnc_has_feature(vs, VNC_FEATURE_RESIZE_EXT)) { in vnc_desktop_resize()
998 if (vnc_has_feature(vs, VNC_FEATURE_ALPHA_CURSOR)) { in vnc_cursor_define()
1010 if (vnc_has_feature(vs, VNC_FEATURE_RICH_CURSOR)) { in vnc_cursor_define()
1776 if (vnc_has_feature(vs, VNC_FEATURE_POINTER_TYPE_CHANGE) && vs->absolute != absolute) { in check_pointer_type_change()
1812 } else if (vnc_has_feature(vs, VNC_FEATURE_POINTER_TYPE_CHANGE)) { in pointer_event()
1834 if (!vnc_has_feature(vs, VNC_FEATURE_LED_STATE)) { in vnc_led_state_change()
1895 !vnc_has_feature(vs, VNC_FEATURE_LED_STATE) && in do_key_event()
1915 !vnc_has_feature(vs, VNC_FEATURE_LED_STATE) && in do_key_event()
[all …]
H A Dvnc-clipboard.c322 if (!vnc_has_feature(vs, VNC_FEATURE_CLIPBOARD_EXT)) { in vnc_server_cut_text_caps()
H A Dvnc.h580 static inline uint32_t vnc_has_feature(VncState *vs, int feature) { in vnc_has_feature() function