summaryrefslogtreecommitdiff
path: root/mi/miwindow.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-02-15 19:05:55 +0000
committerAdam Jackson <ajax@nwnk.net>2006-02-15 19:05:55 +0000
commit3fe482c77e7b3e46739d011d8bbdee527d7a42fc (patch)
tree333387f5ce4518f0ae7d1a4084ee6efa9d7773c0 /mi/miwindow.c
parent6ad4325b87889e1aada9333d750b7bb586c38b52 (diff)
Mark everything in misym.c as _X_EXPORT.
Diffstat (limited to 'mi/miwindow.c')
-rw-r--r--mi/miwindow.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mi/miwindow.c b/mi/miwindow.c
index 280d0f8eb..47ba433fa 100644
--- a/mi/miwindow.c
+++ b/mi/miwindow.c
@@ -59,7 +59,7 @@ SOFTWARE.
#include "pixmapstr.h"
#include "mivalidate.h"
-void
+_X_EXPORT void
miClearToBackground(pWin, x, y, w, h, generateExposures)
WindowPtr pWin;
int x,y;
@@ -447,7 +447,7 @@ miMarkOverlappedWindows(pWin, pFirst, ppLayerWin)
* regions, translate the regions, restore any backing store,
* and then send any regions still exposed to the client
*****/
-void
+_X_EXPORT void
miHandleValidateExposures(pWin)
WindowPtr pWin;
{
@@ -981,7 +981,7 @@ miGetLayerWindow(pWin)
* and send appropriate exposure events
*/
-void
+_X_EXPORT void
miSetShape(pWin)
register WindowPtr pWin;
{
@@ -1081,7 +1081,7 @@ miSetShape(pWin)
/* Keeps the same inside(!) origin */
-void
+_X_EXPORT void
miChangeBorderWidth(pWin, width)
register WindowPtr pWin;
unsigned int width;
@@ -1165,7 +1165,7 @@ miMarkUnrealizedWindow(pChild, pWin, fromConfigure)
}
}
-void
+_X_EXPORT void
miSegregateChildren(WindowPtr pWin, RegionPtr pReg, int depth)
{
ScreenPtr pScreen;