mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -318,7 +318,6 @@ extern _X_EXPORT void glamor_validate_gc(GCPtr gc, unsigned long changes,
|
||||
|
||||
#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 _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,
|
||||
struct glamor_context *glamor_ctx);
|
||||
|
||||
Bool glamor_change_window_attributes(WindowPtr pWin, unsigned long mask);
|
||||
|
||||
#include "glamor_utils.h"
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user