Changeset 1254 in vbox for trunk/src/VBox/Additions/linux/xgraphics/vboxvideo.c
- Timestamp:
- Mar 6, 2007 10:16:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xgraphics/vboxvideo.c
r1207 r1254 359 359 { 360 360 if (!pScrn->driverPrivate) 361 pScrn->driverPrivate = xcalloc(sizeof(VBOXRec), 1); 361 { 362 pScrn->driverPrivate = xcalloc(sizeof(VBOXRec), 1); 363 ((VBOXPtr)pScrn->driverPrivate)->vbox_fd = -1; 364 } 362 365 363 366 return ((VBOXPtr)pScrn->driverPrivate); … … 688 691 xf86ShowUnusedOptions(pScrn->scrnIndex, pScrn->options); 689 692 690 pVBox->vbox_fd = -1;691 693 if (vbox_open (pScrn, pScreen, pVBox)) { 692 694 if (vbox_cursor_init(pScreen) != TRUE)
Note:
See TracChangeset
for help on using the changeset viewer.