glamor: unexport glamor_get_modifiers()
Not used by any external driveres, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
6f6aab87ea
commit
06447646ef
|
@ -258,11 +258,6 @@ extern _X_EXPORT Bool glamor_back_pixmap_from_fd(PixmapPtr pixmap,
|
||||||
CARD8 depth,
|
CARD8 depth,
|
||||||
CARD8 bpp);
|
CARD8 bpp);
|
||||||
|
|
||||||
extern _X_EXPORT Bool glamor_get_modifiers(ScreenPtr screen,
|
|
||||||
uint32_t format,
|
|
||||||
uint32_t *num_modifiers,
|
|
||||||
uint64_t **modifiers);
|
|
||||||
|
|
||||||
extern _X_EXPORT Bool glamor_get_drawable_modifiers(DrawablePtr draw,
|
extern _X_EXPORT Bool glamor_get_drawable_modifiers(DrawablePtr draw,
|
||||||
uint32_t format,
|
uint32_t format,
|
||||||
uint32_t *num_modifiers,
|
uint32_t *num_modifiers,
|
||||||
|
|
|
@ -1044,6 +1044,11 @@ PixmapPtr glamor_pixmap_from_fds(ScreenPtr screen,
|
||||||
|
|
||||||
Bool glamor_get_formats(ScreenPtr screen, CARD32 *num_formats, CARD32 **formats);
|
Bool glamor_get_formats(ScreenPtr screen, CARD32 *num_formats, CARD32 **formats);
|
||||||
|
|
||||||
|
Bool glamor_get_modifiers(ScreenPtr screen,
|
||||||
|
uint32_t format,
|
||||||
|
uint32_t *num_modifiers,
|
||||||
|
uint64_t **modifiers);
|
||||||
|
|
||||||
#include "glamor_utils.h"
|
#include "glamor_utils.h"
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in New Issue