diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-27 16:05:47 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-28 10:12:28 -0400 |
commit | ee7c684f21d220d5e046bab31ae617a7d64d60f6 (patch) | |
tree | 92a290b945986fe642d81ab6f86f17e62ea3436a /Xext/shmint.h | |
parent | 2db1afbf2e56d8743c701d81a5797001ce9e5c52 (diff) |
Reimplement ShmPutImage.
There's no reason to not just dispatch this straight into the GC. As a
bonus, if you do so, damage wraps correctly, and thus swcursor works.
The side effect is it's no longer possible to override ShmPutImage with
ShmRegisterFuncs().
Also remove the (broken) damage tracking for same from EXA, since it didn't
work right, and is now superfluous.
Diffstat (limited to 'Xext/shmint.h')
-rw-r--r-- | Xext/shmint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Xext/shmint.h b/Xext/shmint.h index 33ab6a428..fc056bc72 100644 --- a/Xext/shmint.h +++ b/Xext/shmint.h @@ -37,9 +37,6 @@ void ShmSetPixmapFormat(ScreenPtr pScreen, int format); void -fbShmPutImage(XSHM_PUT_IMAGE_ARGS); - -void ShmRegisterFbFuncs(ScreenPtr pScreen); #endif /* _SHMINT_H_ */ |