diff options
author | Adam Jackson <ajax@redhat.com> | 2009-01-20 22:07:07 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-01-20 22:07:07 -0500 |
commit | e45a8a498d1ee8e40fc334805c38c05cb04b49d0 (patch) | |
tree | c8cbbab84edb2e6d342f3fe7268b6c087611380b /Xext | |
parent | 20d2117eb82fb7ce91afd4f01fe1b9d4b1bf0459 (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.c | 2 |
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) { |