diff options
Diffstat (limited to 'xorg-server/hw/kdrive/fake/fake.h')
-rw-r--r-- | xorg-server/hw/kdrive/fake/fake.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-server/hw/kdrive/fake/fake.h b/xorg-server/hw/kdrive/fake/fake.h index 88d209674..3c4a51bbc 100644 --- a/xorg-server/hw/kdrive/fake/fake.h +++ b/xorg-server/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; |