glamor: unexport glamor_change_window_attributes()
Not needed 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
903cf95b71
commit
8102744a43
|
@ -318,7 +318,6 @@ extern _X_EXPORT void glamor_validate_gc(GCPtr gc, unsigned long changes,
|
||||||
|
|
||||||
#define HAS_GLAMOR_DESTROY_GC 1
|
#define HAS_GLAMOR_DESTROY_GC 1
|
||||||
|
|
||||||
extern Bool _X_EXPORT glamor_change_window_attributes(WindowPtr pWin, unsigned long mask);
|
|
||||||
extern void _X_EXPORT glamor_copy_window(WindowPtr window, DDXPointRec old_origin, RegionPtr src_region);
|
extern void _X_EXPORT glamor_copy_window(WindowPtr window, DDXPointRec old_origin, RegionPtr src_region);
|
||||||
|
|
||||||
extern _X_EXPORT void glamor_finish(ScreenPtr screen);
|
extern _X_EXPORT void glamor_finish(ScreenPtr screen);
|
||||||
|
|
|
@ -1057,6 +1057,8 @@ Bool glamor_get_drawable_modifiers(DrawablePtr draw,
|
||||||
void glamor_egl_screen_init(ScreenPtr screen,
|
void glamor_egl_screen_init(ScreenPtr screen,
|
||||||
struct glamor_context *glamor_ctx);
|
struct glamor_context *glamor_ctx);
|
||||||
|
|
||||||
|
Bool glamor_change_window_attributes(WindowPtr pWin, unsigned long mask);
|
||||||
|
|
||||||
#include "glamor_utils.h"
|
#include "glamor_utils.h"
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in New Issue