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:
parent
fca8571a1a
commit
1bcd8166a0
|
@ -137,7 +137,6 @@ extern _X_EXPORT void glamor_egl_exchange_buffers(PixmapPtr front,
|
|||
PixmapPtr back);
|
||||
|
||||
/* 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 *,
|
||||
uint32_t *, uint32_t *,
|
||||
uint64_t *);
|
||||
|
|
|
@ -992,6 +992,9 @@ void glamor_set_glvnd_vendor(ScreenPtr screen, const char *vendor);
|
|||
|
||||
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"
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in New Issue