Commit d487d587 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Consistently use None instead of 0 for nxagentIconWindow everywhere

parent ea571387
......@@ -2042,7 +2042,7 @@ N/A
}
else
{
nxagentIconWindow = 0;
nxagentIconWindow = None;
}
/*
......
......@@ -2654,7 +2654,7 @@ void nxagentMapDefaultWindows(void)
* Map the icon window.
*/
if (nxagentIconWindow != 0)
if (nxagentIconWindow != None)
{
#ifdef TEST
fprintf(stderr, "nxagentMapDefaultWindows: Mapping icon window id [%ld].\n",
......
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