HomeSort by: relevance | last modified time | path
    Searched refs:grab_type (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/Xi/
xipassivegrab.c 114 if (stuff->grab_type != XIGrabtypeButton &&
115 stuff->grab_type != XIGrabtypeKeycode &&
116 stuff->grab_type != XIGrabtypeEnter &&
117 stuff->grab_type != XIGrabtypeFocusIn &&
118 stuff->grab_type != XIGrabtypeTouchBegin &&
119 stuff->grab_type != XIGrabtypeGesturePinchBegin &&
120 stuff->grab_type != XIGrabtypeGestureSwipeBegin) {
121 client->errorValue = stuff->grab_type;
125 if ((stuff->grab_type == XIGrabtypeEnter ||
126 stuff->grab_type == XIGrabtypeFocusIn |
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xi/
xipassivegrab.c 115 if (stuff->grab_type != XIGrabtypeButton &&
116 stuff->grab_type != XIGrabtypeKeycode &&
117 stuff->grab_type != XIGrabtypeEnter &&
118 stuff->grab_type != XIGrabtypeFocusIn)
120 client->errorValue = stuff->grab_type;
124 if ((stuff->grab_type == XIGrabtypeEnter ||
125 stuff->grab_type == XIGrabtypeFocusIn) && stuff->detail != 0)
191 switch(stuff->grab_type)
203 status = GrabWindow(client, dev, stuff->grab_type,
295 if (stuff->grab_type != XIGrabtypeButton &
    [all...]
  /xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-xipassivegrabdevice.c 201 request->grab_type = i;
203 request->grab_type);
207 request->grab_type = XIGrabtypeEnter;
212 request->grab_type = XIGrabtypeFocusIn;
233 request->grab_type = XIGrabtypeButton;
  /xsrc/external/mit/libXi/dist/src/
XIPassiveGrab.c 77 req->grab_type = grabtype;
232 req->grab_type = grabtype;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XI2proto.h 699 uint8_t grab_type; member in struct:__anon11244
733 uint8_t grab_type; member in struct:__anon11246

Completed in 9 milliseconds