Signed-off-by: Mikhail Gusarov <[email protected]>
---
 hw/kdrive/ephyr/ephyr.h |    1 -
 hw/kdrive/fake/fake.h   |    1 -
 hw/kdrive/fbdev/fbdev.h |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/hw/kdrive/ephyr/ephyr.h b/hw/kdrive/ephyr/ephyr.h
index 5d58a21..f5ea144 100644
--- a/hw/kdrive/ephyr/ephyr.h
+++ b/hw/kdrive/ephyr/ephyr.h
@@ -63,7 +63,6 @@ typedef struct _ephyrFakexaPriv {
 typedef struct _ephyrScrPriv {
     Rotation   randr;
     Bool       shadow;
-    PixmapPtr  pShadow;
     DamagePtr   pDamage;
     EphyrFakexaPriv *fakexa;
 } EphyrScrPriv;
diff --git a/hw/kdrive/fake/fake.h b/hw/kdrive/fake/fake.h
index 88d2096..3c4a51b 100644
--- a/hw/kdrive/fake/fake.h
+++ b/hw/kdrive/fake/fake.h
@@ -38,7 +38,6 @@ typedef struct _fakePriv {
 typedef struct _fakeScrPriv {
     Rotation   randr;
     Bool       shadow;
-    PixmapPtr  pShadow;
 } FakeScrPriv;
 
 extern KdCardFuncs  fakeFuncs;
diff --git a/hw/kdrive/fbdev/fbdev.h b/hw/kdrive/fbdev/fbdev.h
index 2125ec8..3da8e47 100644
--- a/hw/kdrive/fbdev/fbdev.h
+++ b/hw/kdrive/fbdev/fbdev.h
@@ -46,7 +46,6 @@ typedef struct _fbdevPriv {
 typedef struct _fbdevScrPriv {
     Rotation                   randr;
     Bool                       shadow;
-    PixmapPtr                  pShadow;
 } FbdevScrPriv;
 
 extern KdCardFuncs  fbdevFuncs;
-- 
1.6.3.3

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to