mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-15 19:22:22 +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:
parent
abfa0b888c
commit
e58cb61e28
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "resource.h"
|
||||
|
||||
extern _X_EXPORT RESTYPE PointerBarrierType;
|
||||
extern RESTYPE PointerBarrierType;
|
||||
|
||||
struct PointerBarrier {
|
||||
INT16 x1, x2, y1, y2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue