diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-10-29 19:17:54 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-10-29 19:17:54 -0200 |
commit | c756ed67cbcf5bdd40c300627802d8bcd3d95123 (patch) | |
tree | f225b7de7bfff2ac5292a0adde9492de2b7dee22 /src/smi.h | |
parent | 2671776999a5add36e1aeaad4080bfccedc2b1a5 (diff) |
SMI501/502 cursor fixes.
Use separate buffers for crt and panel hw cursors.
Describe, and workaround a problem with Dualhead and hw cursor enabled.
It still has the inconvenient of having a blinking X when exiting the server
or switching to a VT; maybe should also save the image currently configured
also (and restore on exit), or just disable hw cursor on dual head mode.
Also revert change to not initialize video on dualhead. Better to have
fully functional video only on panel, that can be resized, then non
resizable video..
Diffstat (limited to 'src/smi.h')
-rw-r--r-- | src/smi.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -112,7 +112,6 @@ typedef struct CloseScreenProcPtr CloseScreen; /* Pointer used to save wrapped CloseScreen function */ - xf86CursorInfoPtr CursorInfoRec; /* HW Cursor info */ I2CBusPtr I2C; /* Pointer into I2C module */ xf86Int10InfoPtr pInt10; /* Pointer to INT10 module */ vbeInfoPtr pVbe; /* Pointer to VBE module */ |