On 2006-06-01, Joey Hess <[EMAIL PROTECTED]> wrote: > Hmm, could you use edge resistance to accomplish the same thing? Make it > a little bit harder to move the pointer across the border to the floating > split.
That's an interesting idea. However, I don't think there's a feasible way to do this. The only function that I know of that can be used to confine the pointer to a window is XGrabPointer. But that means that all the events would be reported to us instead of the clients, and we'd have to do ugly redireting, the clients couldn't initiate grabs, and so on. An alternative approach would be to fight back with XWarpPointer, but that doesn't sound so good either. -- Tuomo
