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

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- orig/src/VBox/Devices/Graphics/DevVGA.h  (revision 82816)
0
++ fixed/src/VBox/Devices/Graphics/DevVGA.h  (working copy)
Lines 277-282 Link Here
277
# if defined(VBOX_WITH_HGSMI) && (defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_WITH_CRHGSMI))
277
# if defined(VBOX_WITH_HGSMI) && (defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_WITH_CRHGSMI))
278
    /** LUN\#0: VBVA callbacks interface */
278
    /** LUN\#0: VBVA callbacks interface */
279
    PDMIDISPLAYVBVACALLBACKS    IVBVACallbacks;
279
    PDMIDISPLAYVBVACALLBACKS    IVBVACallbacks;
280
# elif HC_ARCH_BITS == 32
281
    uint32_t                    Padding0;
280
# endif
282
# endif
281
    /** Pointer to base interface of the driver. */
283
    /** Pointer to base interface of the driver. */
282
    R3PTRTYPE(PPDMIBASE)        pDrvBase;
284
    R3PTRTYPE(PPDMIBASE)        pDrvBase;

Return to bug 527950