Commit 5ec7e48a authored by Mihai Moldovan's avatar Mihai Moldovan

nx-X11/programs/Xserver/hw/nxagent/Display.c: add FIXME comment to nxagentInitAndCheckVisuals().

Maybe needs special strictness handling as well.
parent e61c8c85
...@@ -2537,6 +2537,7 @@ static int nxagentCheckForPixmapFormatsCompatibility() ...@@ -2537,6 +2537,7 @@ static int nxagentCheckForPixmapFormatsCompatibility()
static int nxagentInitAndCheckVisuals(int flexibility) static int nxagentInitAndCheckVisuals(int flexibility)
{ {
/* FIXME: does this also need work? */
XVisualInfo viTemplate; XVisualInfo viTemplate;
XVisualInfo *viList; XVisualInfo *viList;
XVisualInfo *newVisuals; XVisualInfo *newVisuals;
......
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