client: Simply wl_display_dispatch_queue_pending() and fix return value
We're supposed to return number of events dispatched on success, not 0. Refactor to avoid goto and just return ret.
Loading
Please register or sign in to comment
We're supposed to return number of events dispatched on success, not 0. Refactor to avoid goto and just return ret.