Batching text input protocol changes

2020-02-17 Thread Dorota Czaplejewicz
Hi all, over the past month, the zwp_text_input_v3 protocol has moved to real devices and had seen unprecedented usage. Together with that, it also got a reality check, from which it didn't come unscathed. There are some issues identified: - a hint that there's no need for an on-screen keyboard

Re: repaint after notify_button() ?

2020-02-17 Thread Pekka Paalanen
On Fri, 14 Feb 2020 17:25:49 + Josh Simonot wrote: > Aha! That's the problem: I call notify_*() from my own thread which > reads a socket fd from a remote server. Sounds like the correct way > to do this is use wl_event_loop_add_fd() to register the socket, and > read from the fd in the ca