mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xi: unexport PointerBarrierType field
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
extern _X_EXPORT RESTYPE PointerBarrierType;
|
||||
extern RESTYPE PointerBarrierType;
|
||||
|
||||
struct PointerBarrier {
|
||||
INT16 x1, x2, y1, y2;
|
||||
|
||||
Reference in New Issue
Block a user