glamor: unexport glamor_egl_screen_init()
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
800ab10249
commit
903cf95b71
|
@ -311,9 +311,6 @@ extern _X_EXPORT const char *glamor_egl_get_driver_name(ScreenPtr screen);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern _X_EXPORT void glamor_egl_screen_init(ScreenPtr screen,
|
|
||||||
struct glamor_context *glamor_ctx);
|
|
||||||
|
|
||||||
extern _X_EXPORT int glamor_create_gc(GCPtr gc);
|
extern _X_EXPORT int glamor_create_gc(GCPtr gc);
|
||||||
|
|
||||||
extern _X_EXPORT void glamor_validate_gc(GCPtr gc, unsigned long changes,
|
extern _X_EXPORT void glamor_validate_gc(GCPtr gc, unsigned long changes,
|
||||||
|
|
|
@ -1054,6 +1054,9 @@ Bool glamor_get_drawable_modifiers(DrawablePtr draw,
|
||||||
uint32_t *num_modifiers,
|
uint32_t *num_modifiers,
|
||||||
uint64_t **modifiers);
|
uint64_t **modifiers);
|
||||||
|
|
||||||
|
void glamor_egl_screen_init(ScreenPtr screen,
|
||||||
|
struct glamor_context *glamor_ctx);
|
||||||
|
|
||||||
#include "glamor_utils.h"
|
#include "glamor_utils.h"
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in New Issue