Commit 1bfafc12 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Window.c: add missing comment about nxagentConfiguredWindowList

was in inital version of 6ce9fb5f but got lost during some rebasing/cherry-picking preceeding the pull request.
parent 1a8de635
......@@ -3470,6 +3470,12 @@ void nxagentSetTopLevelEventMask(WindowPtr pWin)
}
/*
* Run nxagentConfigureWindow() on all windows in
* nxagentConfiguredWindowList and move them from the list
* afterwards. The list will be empty then.
*
* This is also taking care of entries in nxagentExposeQueue that need
* to be synchronized with the real X server.
*/
void nxagentFlushConfigureWindow(void)
{
......
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