Changeset 35849 in vbox
- Timestamp:
- Feb 4, 2011 12:54:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r35775 r35849 948 948 pScrn->bitmapBitOrder = BITMAP_BIT_ORDER; 949 949 950 /* VGA hardware initialisation */951 if (!vgaHWGetHWRec(pScrn))952 return FALSE;953 954 950 TRACE_EXIT(); 955 951 return (TRUE); … … 991 987 992 988 TRACE_ENTRY(); 989 990 /* VGA hardware initialisation */ 991 if (!vgaHWGetHWRec(pScrn)) 992 return FALSE; 993 993 994 /* We make use of the X11 VBE code to save and restore text mode, in 994 995 order to keep our code simple. */
Note:
See TracChangeset
for help on using the changeset viewer.