diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-04-01 23:41:23 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-04-01 23:41:23 +0000 |
commit | ccca76b8083b83825fa16483b44e8926a35412bb (patch) | |
tree | 16b61d2f7058a37d3cf16c73f74831ddd7c780e2 /exa | |
parent | 6afa814ab16f351b2eb787e5bf481a1f9738b391 (diff) |
Clean up warnings and a debug printf.
Diffstat (limited to 'exa')
-rw-r--r-- | exa/exa_accel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exa/exa_accel.c b/exa/exa_accel.c index 1978852b6..b51cd87dd 100644 --- a/exa/exa_accel.c +++ b/exa/exa_accel.c @@ -822,7 +822,6 @@ const GCOps exaOps = { void exaCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr prgnSrc) { - ExaScreenPriv (pWin->drawable.pScreen); RegionRec rgnDst; int dx, dy; PixmapPtr pPixmap = (*pWin->drawable.pScreen->GetWindowPixmap) (pWin); |