window: Run deferred tasks before blocking for initial iteration
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 9 Jan 2012 23:48:14 +0000 (18:48 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 9 Jan 2012 23:48:14 +0000 (18:48 -0500)
commit9ca2d08fb0bb2c481ae560ac9b32ebcc2db61940
tree6fade1f63055c4fbe1432cef8d70e98434da2045
parentbb901fac90064ba58d5d82332eeac3c8e860a2e0
window: Run deferred tasks before blocking for initial iteration

The first iteration of the while loop wouldn't run the deferred tasks
before blocking in epoll_wait().  Move things around so we do.
clients/window.c