Searched refs:button2 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-ps2.c108 button2 = 0x0002, enumerator in enum:_myPrivate::__anon15c549630103
158 if ((buttons & button2) && !(priv->buttons & button2)) PRESS(2);
159 if (!(buttons & button2) && (priv->buttons & button2)) RELEASE(2);
197 ps2LinuxButton(pDev, enqueue, (((b[0] & 4) ? button2 : 0)
H A Dlnx-ms.c112 button2 = 0x0002, enumerator in enum:_myPrivate::__anon5dbe838e0103
162 if ((buttons & button2) && !(priv->buttons & button2)) PRESS(2);
163 if (!(buttons & button2) && (priv->buttons & button2)) RELEASE(2);
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.h222 void balanceButtonExtents(ButtonInfo *button1, ButtonInfo *button2);
H A Dx11-ssh-askpass.c279 void balanceButtonExtents(ButtonInfo *button1, ButtonInfo *button2) argument
281 if ((!button1) || (!button2)) {
284 button1->w3.interiorWidth = button2->w3.interiorWidth =
285 MAX(button1->w3.interiorWidth, button2->w3.interiorWidth);
286 button1->w3.interiorHeight = button2->w3.interiorHeight =
287 MAX(button1->w3.interiorHeight, button2->w3.interiorHeight);
289 calcTotalButtonExtents(button2);
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md2026 * Resize at window creation with button2 works.

Completed in 7 milliseconds