glamor: unexport glamor_enable_dri3()

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

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-19 16:08:57 +02:00
parent fca8571a1a
commit 1bcd8166a0
2 changed files with 3 additions and 1 deletions

View File

@ -137,7 +137,6 @@ extern _X_EXPORT void glamor_egl_exchange_buffers(PixmapPtr front,
PixmapPtr back); PixmapPtr back);
/* The DDX is not supposed to call these four functions */ /* The DDX is not supposed to call these four functions */
extern _X_EXPORT void glamor_enable_dri3(ScreenPtr screen);
extern _X_EXPORT int glamor_egl_fds_from_pixmap(ScreenPtr, PixmapPtr, int *, extern _X_EXPORT int glamor_egl_fds_from_pixmap(ScreenPtr, PixmapPtr, int *,
uint32_t *, uint32_t *, uint32_t *, uint32_t *,
uint64_t *); uint64_t *);

View File

@ -992,6 +992,9 @@ void glamor_set_glvnd_vendor(ScreenPtr screen, const char *vendor);
void glamor_pixmap_exchange_fbos(PixmapPtr front, PixmapPtr back); void glamor_pixmap_exchange_fbos(PixmapPtr front, PixmapPtr back);
/* The DDX is not supposed to call these four functions */
void glamor_enable_dri3(ScreenPtr screen);
#include "glamor_utils.h" #include "glamor_utils.h"
#if 0 #if 0