glamor: unexport glamor_copy_window()

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:
Enrico Weigelt, metux IT consult 2025-05-19 17:18:48 +02:00
parent 8102744a43
commit b854c905b8
2 changed files with 2 additions and 2 deletions

View File

@ -318,8 +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 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);
#define HAS_GLAMOR_TEXT 1 #define HAS_GLAMOR_TEXT 1

View File

@ -1059,6 +1059,8 @@ void glamor_egl_screen_init(ScreenPtr screen,
Bool glamor_change_window_attributes(WindowPtr pWin, unsigned long mask); Bool glamor_change_window_attributes(WindowPtr pWin, unsigned long mask);
void glamor_copy_window(WindowPtr window, DDXPointRec old_origin, RegionPtr src_region);
#include "glamor_utils.h" #include "glamor_utils.h"
#if 0 #if 0