Changeset 35933 in vbox for trunk/src/VBox
- Timestamp:
- Feb 10, 2011 5:35:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c
r35931 r35933 62 62 /* All drivers initialising the SW cursor need this */ 63 63 #include "mipointer.h" 64 65 /* All drivers implementing backing store need this */66 #include "mibstore.h"67 64 68 65 /* Colormap handling */ … … 1030 1027 1031 1028 xf86SetBlackWhitePixels(pScreen); 1032 miInitializeBackingStore(pScreen);1033 xf86SetBackingStore(pScreen);1034 1029 1035 1030 /* We need to keep track of whether we are currently switched to a virtual
Note:
See TracChangeset
for help on using the changeset viewer.