Re: XGrabButton

2023-07-28 Thread Carsten Haitzler
On Wed, 26 Jul 2023 17:45:56 +0300 Riza Dindir said: > Hello All, > > I am grabbing buttons in an xlib. I am new to xlib. > > I have 3 grabs (XGrabButton) on buttons. One for button1+Mod1, another > for Button3+Mod1 and the last one for Button1+(Mod1|Control). All > these grabs are for button

Re: XGrabButton

2023-07-28 Thread Riza Dindir
Hello Po, Then it is much better to grab for buttons for each button/modifier instead of writing a generic grab because the resending of events required a more elaborate processing of the events. Riza On Thu, Jul 27, 2023 at 3:53 PM Po Lu wrote: > > Riza Dindir writes: > > > Since the