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
respond.
> > The application does not operate as expected.
> >
> > It is perfectly ok for me to use 3 XGrabButton calls, but was
> > wondering why this would not work for a XGrabButton call with
> > AnyButton and AnyModifier parameters.
>
> The application in ques
, but it did not respond.
> The application does not operate as expected.
>
> It is perfectly ok for me to use 3 XGrabButton calls, but was
> wondering why this would not work for a XGrabButton call with
> AnyButton and AnyModifier parameters.
The application in question might be usin
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 presses (ButtonPressMask).
When I grab these with 3 different calls