mi: unexport miSendExposures()

Not used by any drivers/modules, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1727>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-04-22 14:08:38 +02:00
committed by Povilas Kanapickas
parent 7748984e3a
commit 8d07450904
5 changed files with 10 additions and 12 deletions

View File

@@ -37,8 +37,8 @@
#include <string.h>
#include "dix/colormap_priv.h"
#include "mi/mi_priv.h"
#include "mi.h"
#include "scrnintstr.h"
#include "gcstruct.h"
#include "pixmapstr.h"

View File

@@ -35,9 +35,11 @@
#include <limits.h> /* For CHAR_BIT */
#include <assert.h>
#include <X11/Xatom.h>
#include "mi/mi_priv.h"
#ifdef __APPLE__
#include <Xplugin.h>
#include "mi.h"
#include "pixmapstr.h"
#include "windowstr.h"
//#include <X11/extensions/applewm.h>