dix: unexport IsMapInstalled()

Not used by any driver/module, 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/1581>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-06-28 12:29:58 +02:00
committed by Marge Bot
parent 5eca51a5d2
commit a3ec1a829d
4 changed files with 4 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ in this Software without prior written authorization from the X Consortium.
#include <X11/Xproto.h>
#include <X11/extensions/saverproto.h>
#include "dix/colormap_priv.h"
#include "dix/dix_priv.h"
#include "os/screensaver.h"