mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-03 04:14:20 +01:00
Added some () and a comment.
This commit is contained in:
@@ -543,6 +543,7 @@ handleInputEvents(Bool waitForInput)
|
||||
if ((handler->mask & WIExceptMask) && FD_ISSET(handler->fd, &eset))
|
||||
mask |= WIExceptMask;
|
||||
|
||||
/* save it because the handler may remove itself! */
|
||||
next = handler->next;
|
||||
|
||||
if (mask!=0 && handler->callback) {
|
||||
|
||||
Reference in New Issue
Block a user