Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 494308
Collapse All | Expand All

(-)a/src/spiceqxl_display.c (-1 / +1 lines)
Lines 350-355 void qxl_add_spice_display_interface(qxl_screen_t *qxl) Link Here
350
350
351
void spiceqxl_display_monitors_config(qxl_screen_t *qxl)
351
void spiceqxl_display_monitors_config(qxl_screen_t *qxl)
352
{
352
{
353
    spice_qxl_monitors_config_async(&qxl->display_sin, (QXLPHYSICAL)qxl->monitors_config,
353
    spice_qxl_monitors_config_async(&qxl->display_sin, (uintptr_t)qxl->monitors_config,
354
                                    MEMSLOT_GROUP, 0);
354
                                    MEMSLOT_GROUP, 0);
355
}
355
}

Return to bug 494308