aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ïonic@ionic.de>2016-07-03 23:52:06 +0000
committerMihai Moldovan <ïonic@ionic.de>2016-07-28 03:26:00 +0000
commit5ec7e48ac70fc88b1285e3615f7651dad1247c37 (patch)
treea9ac067e36daa16e36b8feafd66844c13260b91e
parente61c8c85cc11dad063da23fb2f1d031c574166f5 (diff)
downloadnx-libs-5ec7e48ac70fc88b1285e3615f7651dad1247c37.tar.gz
nx-libs-5ec7e48ac70fc88b1285e3615f7651dad1247c37.tar.bz2
nx-libs-5ec7e48ac70fc88b1285e3615f7651dad1247c37.zip
nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to nxagentInitAndCheckVisuals().
Maybe needs special strictness handling as well.
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Display.c b/nx-X11/programs/Xserver/hw/nxagent/Display.c
index 1cd3c25d9..df6159000 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Display.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Display.c
@@ -2537,6 +2537,7 @@ static int nxagentCheckForPixmapFormatsCompatibility()
static int nxagentInitAndCheckVisuals(int flexibility)
{
+ /* FIXME: does this also need work? */
XVisualInfo viTemplate;
XVisualInfo *viList;
XVisualInfo *newVisuals;