On 12/09/14 17:06, Antonio Ospite wrote: > What do you think? I prepared a couple of patches that _should_ fix that. The main idea is to just register to get the mouse event for the right window (the selected screen root window) and just handle the NULL returned when the mouse is outside the screen.
The patches are in the ml, I'll put them in the xcb branch in github if you want to give them a go. > From a logic viewpoint I liked the dedicated XQueryPointer() check inside > paint_mouse_pointer() but it's a bit of duplication now that we always > call XQueryPointer in x11grab_read_packet() too. In xcbgrab the pointer query happens in a separate function and is called only once, if you could test and review it on your system would be great. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
