glamor: unexport glamor_get_drawable_modifiers()
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
06447646ef
commit
800ab10249
|
@ -258,11 +258,6 @@ extern _X_EXPORT Bool glamor_back_pixmap_from_fd(PixmapPtr pixmap,
|
|||
CARD8 depth,
|
||||
CARD8 bpp);
|
||||
|
||||
extern _X_EXPORT Bool glamor_get_drawable_modifiers(DrawablePtr draw,
|
||||
uint32_t format,
|
||||
uint32_t *num_modifiers,
|
||||
uint64_t **modifiers);
|
||||
|
||||
extern _X_EXPORT void glamor_set_drawable_modifiers_func(ScreenPtr screen,
|
||||
GetDrawableModifiersFuncPtr func);
|
||||
|
||||
|
|
|
@ -1049,6 +1049,11 @@ Bool glamor_get_modifiers(ScreenPtr screen,
|
|||
uint32_t *num_modifiers,
|
||||
uint64_t **modifiers);
|
||||
|
||||
Bool glamor_get_drawable_modifiers(DrawablePtr draw,
|
||||
uint32_t format,
|
||||
uint32_t *num_modifiers,
|
||||
uint64_t **modifiers);
|
||||
|
||||
#include "glamor_utils.h"
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in New Issue