Changeset 8426 in vbox
- Timestamp:
- Apr 28, 2008 3:06:02 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30275
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r8399 r8426 1995 1995 1996 1996 /** 1997 * Update the maximum guest resolution.1998 * This is called when the guest sends us a corresponding notification. The new resolution1999 * is given and the connector should update its internal state.2000 * @note This member can be left null if the connector is not interested in the2001 * notification.2002 *2003 * @param pInterface Pointer to this interface.2004 * @param u32MaxWidth New width.2005 * @param u32MaxHeight New Height.2006 * @thread The emulation thread.2007 */2008 DECLR3CALLBACKMEMBER(void, pfnUpdateMaxGuestResolution,(PPDMIVMMDEVCONNECTOR pInterface, uint32_t u32MaxWidth, uint32_t u32MaxHeight));2009 2010 /**2011 1997 * Update the mouse capabilities. 2012 1998 * This is called when the mouse capabilities change. The new capabilities
Note:
See TracChangeset
for help on using the changeset viewer.