Changeset 35351 in vbox for trunk/src/VBox/Additions/x11/vboxvideo
- Timestamp:
- Dec 27, 2010 5:04:17 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69211
- Location:
- trunk/src/VBox/Additions/x11/vboxvideo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxutils.c
r35269 r35351 320 320 (unsigned long) pVBox->cbFBMax); 321 321 VBoxVBVASetupBufferContext(&pVBox->aVbvaCtx[i], 322 pVBox->aoffVBVABuffer[i], 322 pVBox->aoffVBVABuffer[i], 323 323 VBVA_MIN_BUFFER_SIZE); 324 324 } -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r35269 r35351 1076 1076 return (FALSE); 1077 1077 } 1078 1078 1079 1079 /* Initialise randr 1.2 mode-setting functions and set first mode. 1080 1080 * Note that the mode won't be usable until the server has resized the … … 1095 1095 PropModeReplace, sizeof(csz), csz, TRUE, 1096 1096 FALSE); 1097 1097 1098 1098 } 1099 1099 }
Note:
See TracChangeset
for help on using the changeset viewer.