From e45a8a498d1ee8e40fc334805c38c05cb04b49d0 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 20 Jan 2009 22:07:07 -0500 Subject: [PATCH] Remove CreateUnclippedWinSize from window.h This is utterly wrong, but then, so is sdksyms.sh --- Xext/mbuf.c | 2 ++ 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*/,