aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Window.c
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/Window.c
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/Window.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c
index 4885a1957..e6b9c03df 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Window.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c
@@ -83,6 +83,9 @@ int nxagentVisibility = VisibilityUnobscured;
unsigned long nxagentVisibilityTimeout = 0;
Bool nxagentVisibilityStop = False;
+ConfiguredWindowStruct *nxagentConfiguredWindowList;
+StaticResizedWindowStruct *nxagentStaticResizedWindowList;
+
/*
* Set here the required log level.
*/