Commit 762bfb50 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

nxagent: Fix double variables

nxagentCorrupted* were defined twice! Fixes ArcticaProject/nx-libs#907 (1/3)
parent d1e91fae
......@@ -91,6 +91,11 @@ RESTYPE RT_NX_CORR_WINDOW;
RESTYPE RT_NX_CORR_PIXMAP;
int nxagentCorruptedPixmaps = 0;
/*
* Number of windows which need synchronization.
*/
int nxagentCorruptedWindows = 0;
int nxagentCorruptedBackgrounds = 0;
......
......@@ -71,9 +71,6 @@ RESTYPE RT_NX_PIXMAP;
int nxagentPixmapPrivateIndex;
int nxagentCorruptedPixmaps;
int nxagentCorruptedBackgrounds;
/*
* Force deallocation of the virtual pixmap.
*/
......
......@@ -76,12 +76,6 @@
int nxagentWindowPrivateIndex;
/*
* Number of windows which need synchronization.
*/
int nxagentCorruptedWindows;
/*
* Used to track nxagent window's visibility.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment