mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
client: Split event handling into demarshal and dispatch steps
This lets us demarshal with a mutex held and then do dispatching after releasing the mutex.
This commit is contained in:
parent
53d24713a3
commit
ce1f4c29ab
2 changed files with 49 additions and 20 deletions
|
|
@ -73,6 +73,7 @@ struct wl_closure {
|
|||
ffi_cif cif;
|
||||
void *args[20];
|
||||
uint32_t *start;
|
||||
struct wl_list link;
|
||||
uint32_t buffer[0];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue