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*/,