summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Kreitman <stuart.kreitman@sun.com>2004-03-30 17:20:57 +0000
committerStuart Kreitman <stuart.kreitman@sun.com>2004-03-30 17:20:57 +0000
commitee8cb1f24de00362ce366795edabcf3c19302ecd (patch)
tree320c1a46578282a5c79c2642afd1c0f5e8bb82a8
parent9ea8f62e051465c63d77605fc8adc8a85d9c1c5c (diff)
integration from modular tree Modified Files: Tag: DAMAGE-XFIXES shape.c
-rw-r--r--Xext/shape.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/Xext/shape.c b/Xext/shape.c
index 0407db90f..39ad44f34 100644
--- a/Xext/shape.c
+++ b/Xext/shape.c
@@ -61,7 +61,7 @@ static int ShapeFreeEvents(
pointer /* data */,
XID /* id */
);
-static void SendShapeNotify(
+void SendShapeNotify(
WindowPtr /* pWin */,
int /* which */
);
@@ -87,8 +87,8 @@ RegionOperate (
#define CREATE_PROC(func) RegionPtr func(WindowPtr /* pWin */)
-static CREATE_PROC(CreateBoundingShape);
-static CREATE_PROC(CreateClipShape);
+CREATE_PROC(CreateBoundingShape);
+CREATE_PROC(CreateClipShape);
#undef CREATE_PROC
@@ -261,7 +261,7 @@ RegionOperate (client, pWin, kind, destRgnp, srcRgn, op, xoff, yoff, create)
return Success;
}
-static RegionPtr
+RegionPtr
CreateBoundingShape (pWin)
WindowPtr pWin;
{
@@ -274,7 +274,7 @@ CreateBoundingShape (pWin)
return REGION_CREATE(pWin->drawable.pScreen, &extents, 1);
}
-static RegionPtr
+RegionPtr
CreateClipShape (pWin)
WindowPtr pWin;
{
@@ -880,7 +880,7 @@ ProcShapeSelectInput (client)
* deliver the event
*/
-static void
+void
SendShapeNotify (pWin, which)
WindowPtr pWin;
int which;