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 | |
parent | 20d2117eb82fb7ce91afd4f01fe1b9d4b1bf0459 (diff) |
Remove CreateUnclippedWinSize from window.h
This is utterly wrong, but then, so is sdksyms.sh
-rw-r--r-- | Xext/mbuf.c | 2 | ||||
-rw-r--r-- | include/window.h | 2 |
2 files changed, 2 insertions, 2 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) { diff --git a/include/window.h b/include/window.h index 8c25799f5..6fb2f8c18 100644 --- a/include/window.h +++ b/include/window.h @@ -156,8 +156,6 @@ extern _X_EXPORT void GetWindowAttributes( ClientPtr /*client*/, xGetWindowAttributesReply* /* wa */); -extern RegionPtr CreateUnclippedWinSize(WindowPtr); - extern _X_EXPORT void GravityTranslate( int /*x*/, int /*y*/, |