xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Tue Jan 20 19:10:06 PST 2009


 Xext/mbuf.c      |    2 ++
 include/window.h |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e45a8a498d1ee8e40fc334805c38c05cb04b49d0
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jan 20 22:07:07 2009 -0500

    Remove CreateUnclippedWinSize from window.h
    
    This is utterly wrong, but then, so is sdksyms.sh

diff --git a/Xext/mbuf.c b/Xext/mbuf.c
index 8276032..336ef19 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 8c25799..6fb2f8c 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*/,


More information about the xorg-commit mailing list