diff options
author | Keith Packard <keithp@keithp.com> | 2003-10-14 05:07:39 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-10-14 05:07:39 +0000 |
commit | 4b844cafb2516139c8407822b61939cd6c743742 (patch) | |
tree | 0e1232bbf30f353aeec8567288f89b02f2aee582 /hw/kdrive/src/kasync.c | |
parent | cdf3377f6d3789628495ac64df80ac7dc235e46d (diff) |
Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -Wall
fixes. Allocate pixmap private space only for screens with off-screen
pixmap support
Diffstat (limited to 'hw/kdrive/src/kasync.c')
-rw-r--r-- | hw/kdrive/src/kasync.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/kdrive/src/kasync.c b/hw/kdrive/src/kasync.c index b58b3fb57..560e7243e 100644 --- a/hw/kdrive/src/kasync.c +++ b/hw/kdrive/src/kasync.c @@ -262,7 +262,6 @@ KdCheckOverlayCopyWindow (WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnS void KdScreenInitAsync (ScreenPtr pScreen) { - KdScreenPriv(pScreen); pScreen->GetImage = KdCheckGetImage; pScreen->GetSpans = KdCheckGetSpans; pScreen->PaintWindowBackground = KdCheckPaintWindow; |