mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -318,8 +318,6 @@ extern _X_EXPORT void glamor_validate_gc(GCPtr gc, unsigned long changes,
|
||||
|
||||
#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);
|
||||
#define HAS_GLAMOR_TEXT 1
|
||||
|
||||
|
||||
@@ -1059,6 +1059,8 @@ void glamor_egl_screen_init(ScreenPtr screen,
|
||||
|
||||
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"
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user