Changeset 44998 in vbox
- Timestamp:
- Mar 11, 2013 4:55:59 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r44528 r44998 1074 1074 } 1075 1075 1076 /* Set a sane minimum and maximum mode size */ 1077 xf86CrtcSetSizeRange(pScrn, 64, 64, 32000, 32000); 1076 /* Set a sane minimum and maximum mode size to match what the hardware 1077 * supports. */ 1078 xf86CrtcSetSizeRange(pScrn, 64, 64, 16384, 16384); 1078 1079 1079 1080 /* Now create our initial CRTC/output configuration. */
Note:
See TracChangeset
for help on using the changeset viewer.