Commit ffbc63f9 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Events.c: add some comments/FIXMEs

parent 337afd83
...@@ -3275,7 +3275,7 @@ int nxagentHandleConfigureNotify(XEvent* X) ...@@ -3275,7 +3275,7 @@ int nxagentHandleConfigureNotify(XEvent* X)
return 1; return 1;
} }
} }
else else /* (nxagentOption(Rootless) == True) */
{ {
/* /*
* Save the position of the agent default window. Don't save the * Save the position of the agent default window. Don't save the
...@@ -3298,7 +3298,7 @@ int nxagentHandleConfigureNotify(XEvent* X) ...@@ -3298,7 +3298,7 @@ int nxagentHandleConfigureNotify(XEvent* X)
{ {
/* /*
* - WITHOUT window manager any position change is relevant * - WITHOUT window manager any position change is relevant
* - WITH window manager only synthetic position changes send * - WITH window manager only synthetic position changes sent
* by the window manager are relevant, see ICCCM Chapter 4, * by the window manager are relevant, see ICCCM Chapter 4,
* "Configuring the Window" * "Configuring the Window"
*/ */
...@@ -3414,6 +3414,7 @@ int nxagentHandleConfigureNotify(XEvent* X) ...@@ -3414,6 +3414,7 @@ int nxagentHandleConfigureNotify(XEvent* X)
if (nxagentOption(Fullscreen) == 0) if (nxagentOption(Fullscreen) == 0)
{ {
/* FIXME: has already been done some lines above */
nxagentMoveViewport(pScreen, 0, 0); nxagentMoveViewport(pScreen, 0, 0);
} }
else else
......
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