Changeset 3526 in vbox for trunk/include/VBox
- Timestamp:
- Jul 10, 2007 1:18:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdm.h
r3525 r3526 654 654 655 655 656 /**657 * Display rectangle658 */659 typedef struct PDMIDISPLAYRECT660 {661 int32_t x;662 int32_t y;663 uint32_t cx;664 uint32_t cy;665 } PDMIDISPLAYRECT, *PPDMIDISPLAYRECT;666 667 656 668 657 /** Pointer to a display port interface. */ … … 795 784 * @thread The emulation thread. 796 785 */ 797 DECLR3CALLBACKMEMBER(int, pfnSetVisibleRegion,(PPDMIDISPLAYPORT pInterface, uint32_t cRect, P PDMIDISPLAYRECT pRect));786 DECLR3CALLBACKMEMBER(int, pfnSetVisibleRegion,(PPDMIDISPLAYPORT pInterface, uint32_t cRect, PRTRECT pRect)); 798 787 799 788 /** … … 806 795 * @thread The emulation thread. 807 796 */ 808 DECLR3CALLBACKMEMBER(int, pfnQueryVisibleRegion,(PPDMIDISPLAYPORT pInterface, uint32_t *pcRect, P PDMIDISPLAYRECT pRect));797 DECLR3CALLBACKMEMBER(int, pfnQueryVisibleRegion,(PPDMIDISPLAYPORT pInterface, uint32_t *pcRect, PRTRECT pRect)); 809 798 810 799 } PDMIDISPLAYPORT;
Note:
See TracChangeset
for help on using the changeset viewer.