VirtualBox

Changeset 13432 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 21, 2008 11:36:19 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38196
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.h

    r13430 r13432  
    268268    bool                        padding9[2];
    269269
     270    /** Current refresh timer interval. */
     271    uint32_t                    cMilliesRefreshInterval;
     272    /** Refresh timer handle - HC. */
     273    PTMTIMERR3                  RefreshTimer;
     274
    270275    /** Bitmap tracking dirty pages. */
    271276    uint32_t                    au32DirtyBitmap[VGA_VRAM_MAX / PAGE_SIZE / 32];
     
    287292    /** Pointer to display connector interface of the driver. */
    288293    R3PTRTYPE(PPDMIDISPLAYCONNECTOR) pDrv;
    289     /** Refresh timer handle - HC. */
    290     PTMTIMERR3                  RefreshTimer;
    291     /** Current refresh timer interval. */
    292     uint32_t                    cMilliesRefreshInterval;
    293294
    294295    /** The PCI device. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette