dix: unexport NewCurrentScreen()

It's not used by external modules/drivers, so no need to export it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-29 13:56:57 +01:00
committed by Marge Bot
parent 24d1c08441
commit bd3c252710
6 changed files with 12 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xmd.h>
#include <X11/Xproto.h>
#include "dix/cursor_priv.h"
#include "os/screensaver.h"
#include "misc.h"

View File

@@ -54,6 +54,7 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xmd.h>
#include <X11/Xproto.h>
#include "dix/cursor_priv.h"
#include "dix/dix_priv.h"
#include "dix/input_priv.h"