diff options
author | Mihai Moldovan <ïonic@ionic.de> | 2016-07-03 23:52:43 +0000 |
---|---|---|
committer | Mihai Moldovan <ïonic@ionic.de> | 2016-07-28 03:26:00 +0000 |
commit | 64a83d1e08fd8224a065d6e3548be6323127d4df (patch) | |
tree | 3dc9faf4fe851d1d9a1c5062638cbd3874857163 /nx-X11/programs/Xserver | |
parent | 5ec7e48ac70fc88b1285e3615f7651dad1247c37 (diff) | |
download | nx-libs-64a83d1e08fd8224a065d6e3548be6323127d4df.tar.gz nx-libs-64a83d1e08fd8224a065d6e3548be6323127d4df.tar.bz2 nx-libs-64a83d1e08fd8224a065d6e3548be6323127d4df.zip |
nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to nxagentCheckForColormapsCompatibility().
Maybe needs special strictness handling as well.
Diffstat (limited to 'nx-X11/programs/Xserver')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Display.c | 1 |
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 df6159000..5d258fd44 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Display.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Display.c @@ -2647,6 +2647,7 @@ FIXME: Should the visual be ignored in this case? static int nxagentCheckForColormapsCompatibility(int flexibility) { + /* FIXME: does this also need work? */ if (nxagentNumDefaultColormaps == nxagentNumDefaultColormapsRecBackup) { #ifdef TEST |