mirror of
https://github.com/X11Libre/xf86-video-cirrus.git
synced 2026-03-24 01:24:45 +00:00
@@ -39,9 +39,6 @@
|
||||
/* All drivers initialising the SW cursor need this */
|
||||
#include "mipointer.h"
|
||||
|
||||
/* All drivers implementing backing store need this */
|
||||
#include "mibstore.h"
|
||||
|
||||
#include "micmap.h"
|
||||
|
||||
/* Needed by the Shadow Framebuffer */
|
||||
@@ -1617,8 +1614,6 @@ AlpScreenInit(SCREEN_INIT_ARGS_DECL)
|
||||
if (init_picture)
|
||||
fbPictureInit (pScreen, 0, 0);
|
||||
|
||||
miInitializeBackingStore(pScreen);
|
||||
|
||||
/*
|
||||
* Set initial black & white colourmap indices.
|
||||
*/
|
||||
|
||||
@@ -46,9 +46,6 @@
|
||||
/* need this for inputInfo */
|
||||
#include "inputstr.h"
|
||||
|
||||
/* All drivers implementing backing store need this */
|
||||
#include "mibstore.h"
|
||||
|
||||
#include "micmap.h"
|
||||
|
||||
/* Needed by the Shadow Framebuffer */
|
||||
@@ -1373,8 +1370,6 @@ LgScreenInit(SCREEN_INIT_ARGS_DECL)
|
||||
|
||||
fbPictureInit(pScreen, 0, 0);
|
||||
|
||||
miInitializeBackingStore(pScreen);
|
||||
|
||||
/*
|
||||
* Set initial black & white colourmap indices.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user