aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Cursor.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-01-30 22:46:40 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-05-07 14:57:21 +0200
commitfdde5b125fb514a3d1db5203bf468ab8e14157a4 (patch)
tree6c0666c9d43898250671dfadb9d98f14c0894ba3 /nx-X11/programs/Xserver/hw/nxagent/Cursor.h
parent762bfb50425428dddf5dd7df87836c52d21eb064 (diff)
downloadnx-libs-fdde5b125fb514a3d1db5203bf468ab8e14157a4.tar.gz
nx-libs-fdde5b125fb514a3d1db5203bf468ab8e14157a4.tar.bz2
nx-libs-fdde5b125fb514a3d1db5203bf468ab8e14157a4.zip
nxagent: move variable definitions from headers to source files
Fixes ArcticaProject/nx-libs#907 (2/3)
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Cursor.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Cursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Cursor.h b/nx-X11/programs/Xserver/hw/nxagent/Cursor.h
index e857834df..8237e5e15 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Cursor.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Cursor.h
@@ -65,7 +65,7 @@ typedef struct _AnimCur {
AnimCurElt *elts;
} AnimCurRec, *AnimCurPtr;
-CursorBitsPtr nxagentAnimCursorBits;
+extern CursorBitsPtr nxagentAnimCursorBits;
#define nxagentIsAnimCursor(c) ((c)->bits == nxagentAnimCursorBits)
#define nxagentGetAnimCursor(c) ((AnimCurPtr) ((c) + 1))