talex5 / ocaml-wayland

Pure OCaml Wayland protocol implementation
Other
72 stars 5 forks source link

Add set_paused to pause processing of incoming messages #17

Closed talex5 closed 3 years ago

talex5 commented 3 years ago

This is useful for https://github.com/talex5/wayland-proxy-virtwl where we sometimes need to do some work on the X11 connection without any Wayland events getting interleaved.