Remove unused pShadow field from drivers' private structures
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
2c85d72fc7
commit
fb26cb793c
|
@ -63,7 +63,6 @@ typedef struct _ephyrFakexaPriv {
|
||||||
typedef struct _ephyrScrPriv {
|
typedef struct _ephyrScrPriv {
|
||||||
Rotation randr;
|
Rotation randr;
|
||||||
Bool shadow;
|
Bool shadow;
|
||||||
PixmapPtr pShadow;
|
|
||||||
DamagePtr pDamage;
|
DamagePtr pDamage;
|
||||||
EphyrFakexaPriv *fakexa;
|
EphyrFakexaPriv *fakexa;
|
||||||
} EphyrScrPriv;
|
} EphyrScrPriv;
|
||||||
|
|
|
@ -38,7 +38,6 @@ typedef struct _fakePriv {
|
||||||
typedef struct _fakeScrPriv {
|
typedef struct _fakeScrPriv {
|
||||||
Rotation randr;
|
Rotation randr;
|
||||||
Bool shadow;
|
Bool shadow;
|
||||||
PixmapPtr pShadow;
|
|
||||||
} FakeScrPriv;
|
} FakeScrPriv;
|
||||||
|
|
||||||
extern KdCardFuncs fakeFuncs;
|
extern KdCardFuncs fakeFuncs;
|
||||||
|
|
|
@ -46,7 +46,6 @@ typedef struct _fbdevPriv {
|
||||||
typedef struct _fbdevScrPriv {
|
typedef struct _fbdevScrPriv {
|
||||||
Rotation randr;
|
Rotation randr;
|
||||||
Bool shadow;
|
Bool shadow;
|
||||||
PixmapPtr pShadow;
|
|
||||||
} FbdevScrPriv;
|
} FbdevScrPriv;
|
||||||
|
|
||||||
extern KdCardFuncs fbdevFuncs;
|
extern KdCardFuncs fbdevFuncs;
|
||||||
|
|
Loading…
Reference in New Issue