summaryrefslogtreecommitdiff
path: root/Xext/shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xext/shape.c')
-rw-r--r--Xext/shape.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Xext/shape.c b/Xext/shape.c
index b26d60e65..aaef0cb14 100644
--- a/Xext/shape.c
+++ b/Xext/shape.c
@@ -136,7 +136,7 @@ typedef struct _ShapeEvent {
*
****************/
-_X_EXPORT void
+void
ShapeExtensionInit(void)
{
ExtensionEntry *extEntry;
@@ -238,7 +238,7 @@ RegionOperate (client, pWin, kind, destRgnp, srcRgn, op, xoff, yoff, create)
return Success;
}
-_X_EXPORT RegionPtr
+RegionPtr
CreateBoundingShape (pWin)
WindowPtr pWin;
{
@@ -251,7 +251,7 @@ CreateBoundingShape (pWin)
return REGION_CREATE(pWin->drawable.pScreen, &extents, 1);
}
-_X_EXPORT RegionPtr
+RegionPtr
CreateClipShape (pWin)
WindowPtr pWin;
{
@@ -895,7 +895,7 @@ ProcShapeSelectInput (client)
* deliver the event
*/
-_X_EXPORT void
+void
SendShapeNotify (pWin, which)
WindowPtr pWin;
int which;