[xorg-commit-diffs] xc/programs/Xserver/Xext shape.c, 1.1.4.5,
1.1.4.5.2.1
Stuart Kreitman
xorg-commit at pdx.freedesktop.org
Tue Mar 30 09:21:00 PST 2004
Committed by: stukreit
Update of /cvs/xorg/xc/programs/Xserver/Xext
In directory pdx:/tmp/cvs-serv17835
Modified Files:
Tag: DAMAGE-XFIXES
shape.c
Log Message:
integration from modular tree
Modified Files:
Tag: DAMAGE-XFIXES
shape.c
Index: shape.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/Xext/shape.c,v
retrieving revision 1.1.4.5
retrieving revision 1.1.4.5.2.1
diff -u -d -r1.1.4.5 -r1.1.4.5.2.1
--- a/shape.c 5 Mar 2004 13:39:50 -0000 1.1.4.5
+++ b/shape.c 30 Mar 2004 17:20:57 -0000 1.1.4.5.2.1
@@ -61,7 +61,7 @@
pointer /* data */,
XID /* id */
);
-static void SendShapeNotify(
+void SendShapeNotify(
WindowPtr /* pWin */,
int /* which */
);
@@ -87,8 +87,8 @@
#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 @@
return Success;
}
-static RegionPtr
+RegionPtr
CreateBoundingShape (pWin)
WindowPtr pWin;
{
@@ -274,7 +274,7 @@
return REGION_CREATE(pWin->drawable.pScreen, &extents, 1);
}
-static RegionPtr
+RegionPtr
CreateClipShape (pWin)
WindowPtr pWin;
{
@@ -880,7 +880,7 @@
* deliver the event
*/
-static void
+void
SendShapeNotify (pWin, which)
WindowPtr pWin;
int which;
More information about the xorg-commit-diffs
mailing list