Searched refs:mode_hint (Results 1 – 3 of 3) sorted by relevance
153 vbox_conn->mode_hint.width = hints->cx; in vbox_update_mode_hints()154 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints()157 vbox_conn->mode_hint.disconnected = disconnected; in vbox_update_mode_hints()
212 vbox_connector->mode_hint.width); in vbox_set_up_input_mapping()214 vbox_connector->mode_hint.height); in vbox_set_up_input_mapping()577 preferred_width = vbox_connector->mode_hint.width ? in vbox_get_modes()578 vbox_connector->mode_hint.width : 1024; in vbox_get_modes()579 preferred_height = vbox_connector->mode_hint.height ? in vbox_get_modes()580 vbox_connector->mode_hint.height : 768; in vbox_get_modes()629 return vbox_connector->mode_hint.disconnected ? in vbox_connector_detect()
143 } mode_hint; member