summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-01-20 22:07:07 -0500
committerAdam Jackson <ajax@redhat.com>2009-01-20 22:07:07 -0500
commite45a8a498d1ee8e40fc334805c38c05cb04b49d0 (patch)
treec8cbbab84edb2e6d342f3fe7268b6c087611380b /Xext
parent20d2117eb82fb7ce91afd4f01fe1b9d4b1bf0459 (diff)
Remove CreateUnclippedWinSize from window.h
This is utterly wrong, but then, so is sdksyms.sh
Diffstat (limited to 'Xext')
-rw-r--r--Xext/mbuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xext/mbuf.c b/Xext/mbuf.c
index 827603204..336ef194f 100644
--- a/Xext/mbuf.c
+++ b/Xext/mbuf.c
@@ -1106,6 +1106,8 @@ SClobberNotifyEvent (from, to)
to->state = from->state;
}
+RegionPtr CreateUnclippedWinSize(WindowPtr pWin);
+
RegionPtr
CreateUnclippedWinSize (WindowPtr pWin)
{