mi: unexport miWindowExposures()
Not used by any modules/drivers, so no need to keep it public. 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:
parent
8d07450904
commit
e424f49cdb
|
@ -26,6 +26,8 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "fb.h"
|
||||
#include "fboverlay.h"
|
||||
#include "shmint.h"
|
||||
|
|
|
@ -18,6 +18,8 @@ is" without express or implied warranty.
|
|||
#include <X11/Xdefs.h>
|
||||
#include <X11/Xproto.h>
|
||||
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "gcstruct.h"
|
||||
#include "window.h"
|
||||
#include "windowstr.h"
|
||||
|
@ -26,8 +28,6 @@ is" without express or implied warranty.
|
|||
#include "scrnintstr.h"
|
||||
#include "region.h"
|
||||
|
||||
#include "mi.h"
|
||||
|
||||
#include "Xnest.h"
|
||||
|
||||
#include "Display.h"
|
||||
|
|
3
mi/mi.h
3
mi/mi.h
|
@ -127,9 +127,6 @@ extern _X_EXPORT RegionPtr miHandleExposures(DrawablePtr /*pSrcDrawable */ ,
|
|||
int /*dsty */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void miWindowExposures(WindowPtr /*pWin */ ,
|
||||
RegionPtr /*prgn */);
|
||||
|
||||
extern _X_EXPORT void miPaintWindow(WindowPtr /*pWin */ ,
|
||||
RegionPtr /*prgn */ ,
|
||||
int /*what */
|
||||
|
|
|
@ -43,5 +43,6 @@ typedef void (*mieqHandler) (int screen, InternalEvent *event,
|
|||
void mieqSetHandler(int event, mieqHandler handler);
|
||||
|
||||
void miSendExposures(WindowPtr pWin, RegionPtr pRgn, int dx, int dy);
|
||||
void miWindowExposures(WindowPtr pWin, RegionPtr prgn);
|
||||
|
||||
#endif /* _XSERVER_MI_PRIV_H */
|
||||
|
|
|
@ -34,7 +34,6 @@ from The Open Group.
|
|||
|
||||
#include "servermd.h"
|
||||
#include "misc.h"
|
||||
#include "mi.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "pixmapstr.h"
|
||||
#include "dix.h"
|
||||
|
|
Loading…
Reference in New Issue