Lines Matching defs:hints
60 * Check that the position hints provided by the host are suitable for GNOME
61 * shell (i.e. all screens disjoint and hints for all enabled screens) and if
62 * not replace them with default ones. Providing valid hints improves the
105 /* Query the host for the most recent video mode hints. */
112 struct vbva_modehint *hints;
132 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id];
133 if (hints->magic != VBVAMODEHINT_MAGIC)
136 disconnected = !(hints->enabled);
138 vbox_conn->mode_hint.width = hints->cx;
139 vbox_conn->mode_hint.height = hints->cy;
140 vbox_conn->vbox_crtc->x_hint = hints->dx;
141 vbox_conn->vbox_crtc->y_hint = hints->dy;
153 hints->cx * 4, hints->cx,
154 hints->cy, 0, flags);