Changeset 53440 in vbox for trunk/src/VBox/Additions/x11/vboxvideo/vboxutils.c
- Timestamp:
- Dec 3, 2014 9:06:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxutils.c
r53408 r53440 255 255 if (((int32_t *)prop->data)[i] == 0) 256 256 continue; 257 else if (((int32_t *)prop->data)[i] < 0)258 pVBox->pScreens[i].afDisabled = true;259 257 else 260 258 {
Note:
See TracChangeset
for help on using the changeset viewer.