stack-tracker: Fix comments

This commit is contained in:
Jasper St. Pierre 2014-06-16 11:36:15 -04:00
parent b87db00fdb
commit 9711d95996

View File

@ -881,17 +881,17 @@ resync_verified_stack_with_xserver_stack (MetaStackTracker *tracker)
* windows and free the queue of unverified_predictions. * windows and free the queue of unverified_predictions.
* *
* - Iterate through the x windows listed in verified_stack at the * - Iterate through the x windows listed in verified_stack at the
* same time as iterating the windows in xserver_list. (Stop * same time as iterating the windows in xserver_stack. (Stop
* when we reach the end of the xserver_list) * when we reach the end of the xserver_stack)
* - If the window found doesn't match the window expected * - If the window found doesn't match the window expected
* according to the order of xserver_list then: * according to the order of xserver_stack then:
* - Look ahead for the window we were expecting and restack * - Look ahead for the window we were expecting and restack
* that above the previous X window. If we fail to find the * that above the previous X window. If we fail to find the
* expected window then create a new entry for it and stack * expected window then create a new entry for it and stack
* that. * that.
* *
* - Continue to iterate through verified_stack for any remaining * - Continue to iterate through verified_stack for any remaining
* X windows that we now know aren't in the xserver_list and * X windows that we now know aren't in the xserver_stack and
* remove them. * remove them.
* *
* - Free ->predicted_stack if any. * - Free ->predicted_stack if any.
@ -1016,7 +1016,7 @@ resync_verified_stack_with_xserver_stack (MetaStackTracker *tracker)
} }
/* If we get to the end of verified_list and there are any remaining /* If we get to the end of verified_list and there are any remaining
* entries in xserver_list then append them all to the end */ * entries in xserver_stack then append them all to the end */
for (; j < tracker->xserver_stack->len; j++) for (; j < tracker->xserver_stack->len; j++)
{ {
MetaStackWindow *current = MetaStackWindow *current =