Re: Questions on pointer barrier behaviour

2019-09-10 Thread Peter Hutterer
On Tue, Sep 10, 2019 at 09:49:51PM +0200, Michael Weiser wrote: > Hello, > > I've written a small X client that detects when the pointer hits a > screen edge in order to trigger actions based on where the edge was hit > - the classic hot corner use case. The trigger for doing this yet again > was

Re: Questions on pointer barrier behaviour

2019-09-10 Thread The Rasterman
On Tue, 10 Sep 2019 21:49:51 +0200 Michael Weiser said: > Hello, > > I've written a small X client that detects when the pointer hits a > screen edge in order to trigger actions based on where the edge was hit > - the classic hot corner use case. The trigger for doing this yet again > was that a

Questions on pointer barrier behaviour

2019-09-10 Thread Michael Weiser
Hello, I've written a small X client that detects when the pointer hits a screen edge in order to trigger actions based on where the edge was hit - the classic hot corner use case. The trigger for doing this yet again was that all the tools I looked at either polled the pointer position or subscri

Pointer Barrier

2015-07-06 Thread - -
Hi allI am new here and hopefully you can help me with my problem. I've send this mail once, not sure if it got lost or no one could help me so I try again :D. I am trying to useXFixesCreatePointerBarrier and XFixesDestroyPointerBarrierCreating works and I can see how the barrier works. To releas

Pointer Barrier

2015-06-16 Thread - -
Hi allI am new here and hopefully you can help me with my problem. I am trying to useXFixesCreatePointerBarrier and XFixesDestroyPointerBarrierCreating works and I can see how the barrier works. To release the barrier I can catch the events usingXI_BarrierHitXI_BarrierLeavewhich I did and after r