Changeset 47577 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Aug 7, 2013 10:13:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h
r47566 r47577 366 366 } CR_DISPLAY_ENTRY_MAP, *PCR_DISPLAY_ENTRY_MAP; 367 367 368 369 typedef struct CRWinVisibilityInfo 370 { 371 uint32_t cVisibleWindows : 31; 372 uint32_t fLastReportedVisible : 1; 373 } CRWinVisibilityInfo; 368 374 369 375 /* */ … … 521 527 uint32_t u32Caps; 522 528 523 uint32_t acVisibleWindows[CR_MAX_GUEST_MONITORS]; 529 uint32_t cDisableEvents; 530 CRWinVisibilityInfo aWinVisibilityInfos[CR_MAX_GUEST_MONITORS]; 524 531 525 532 PFNCRSERVERNOTIFYEVENT pfnNotifyEventCB;
Note:
See TracChangeset
for help on using the changeset viewer.