Re: [hackers] [dwm] [PATCH 2/3] Button passthrough when client is not focused

2017-03-27 Thread Anselm R Garbe
On 10 January 2017 at 18:56, Markus Teich wrote: > Disclaimer: This patch is a bit of a grey area for my understanding of the > grabbing mechanics. While preparing the user-patch for unsloppy focusing I > noticed this bit from Erics patch is used to fix a bug which is also present > in > vanilla

Re: [hackers] [dwm] [PATCH 2/3] Button passthrough when client is not focused

2017-01-10 Thread Markus Teich
Silvan Jegen wrote: > From what I understand, in case that the client does not have focus > already, with this patch we call XGrabButton twice compared to before the > patch. I assume that corresponds to the advertised functionality. Heyho, Not only twice but multiple times per button mapping and

Re: [hackers] [dwm] [PATCH 2/3] Button passthrough when client is not focused

2017-01-10 Thread Silvan Jegen
Hi Markus >From what I understand, in case that the client does not have focus already, with this patch we call XGrabButton twice compared to before the patch. I assume that corresponds to the advertised functionality. One more comment below. On Sat, Jan 07, 2017 at 05:21:29PM +0100, Markus Teic

[hackers] [dwm] [PATCH 2/3] Button passthrough when client is not focused

2017-01-07 Thread Markus Teich
Before this change it is not possible to press a button in a client on the first click if the client is not yet focused. The first click on the button would only focus the client and a second click on the button is needed to activate it. This situation can occur when moving the mouse over a client