Functions
cafe_rr_crtc_get_id ()
guint32
cafe_rr_crtc_get_id (CafeRRCrtc *crtc);
cafe_rr_crtc_set_config ()
gboolean
cafe_rr_crtc_set_config (CafeRRCrtc *crtc,
int x,
int y,
CafeRRMode *mode,
CafeRRRotation rotation,
CafeRROutput **outputs,
int n_outputs,
GError **error);
cafe_rr_crtc_set_config is deprecated and should not be used in newly-written code.
cafe_rr_crtc_can_drive_output ()
gboolean
cafe_rr_crtc_can_drive_output (CafeRRCrtc *crtc,
CafeRROutput *output);
cafe_rr_crtc_get_position ()
void
cafe_rr_crtc_get_position (CafeRRCrtc *crtc,
int *x,
int *y);