Changeset 27035 in vbox for trunk/src/VBox
- Timestamp:
- Mar 4, 2010 2:40:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo_13.c
r26493 r27035 420 420 if (vbox_device_available(pVBox)) 421 421 { 422 uint32_t x, y, bpp, display;423 rc = vboxGetDisplayChangeRequest(pScrn, &x, &y, &bpp, & display);422 uint32_t x, y, bpp, iScreen; 423 rc = vboxGetDisplayChangeRequest(pScrn, &x, &y, &bpp, &iScreen); 424 424 /* @todo - check the display number once we support multiple displays. */ 425 425 /* If we don't find a display request, see if we have a saved hint
Note:
See TracChangeset
for help on using the changeset viewer.