Changeset 29460 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 14, 2010 11:06:44 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r29309 r29460 80 80 STDMETHOD(COMGETTER(SupportsSeamless)) (BOOL *aSupportsSeamless); 81 81 STDMETHOD(COMGETTER(SupportsGraphics)) (BOOL *aSupportsGraphics); 82 STDMETHOD(COMGETTER(PageFusionEnabled)) (BOOL *enabled);83 STDMETHOD(COMSETTER(PageFusionEnabled)) (BOOL enabled);84 82 STDMETHOD(COMGETTER(MemoryBalloonSize)) (ULONG *aMemoryBalloonSize); 85 83 STDMETHOD(COMSETTER(MemoryBalloonSize)) (ULONG aMemoryBalloonSize);
Note:
See TracChangeset
for help on using the changeset viewer.