summaryrefslogtreecommitdiff
path: root/mi/miwindow.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-03 17:13:10 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-03 17:51:20 -0400
commitbd0e87c74789bd5447ec731aa2d2d6e05dd54abc (patch)
treeaa18bd4666fd2e9c366a50dd693a7e7b7588fee1 /mi/miwindow.c
parentee5e07bc22f0c3af7a412b6bc430eae6a1dafe16 (diff)
Remove a bunch of unused API from the mi export list.
Diffstat (limited to 'mi/miwindow.c')
-rw-r--r--mi/miwindow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mi/miwindow.c b/mi/miwindow.c
index 8c4b6d08e..498c8a656 100644
--- a/mi/miwindow.c
+++ b/mi/miwindow.c
@@ -223,7 +223,7 @@ miMarkOverlappedWindows(WindowPtr pWin, WindowPtr pFirst, WindowPtr *ppLayerWin)
* regions, translate the regions, restore any backing store,
* and then send any regions still exposed to the client
*****/
-_X_EXPORT void
+void
miHandleValidateExposures(WindowPtr pWin)
{
WindowPtr pChild;
@@ -694,7 +694,7 @@ miGetLayerWindow(WindowPtr pWin)
* and send appropriate exposure events
*/
-_X_EXPORT void
+void
miSetShape(WindowPtr pWin)
{
Bool WasViewable = (Bool)(pWin->viewable);
@@ -750,7 +750,7 @@ miSetShape(WindowPtr pWin)
/* Keeps the same inside(!) origin */
-_X_EXPORT void
+void
miChangeBorderWidth(WindowPtr pWin, unsigned int width)
{
int oldwidth;