Searched refs:MAXBUTTONCODES (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xmodmap/dist/
H A Dwq.h109 #define MAXBUTTONCODES 256 /* there are eight bits of buttons */ macro
115 unsigned char button_codes[MAXBUTTONCODES];
H A Dexec.c347 unsigned char defmap[MAXBUTTONCODES];
352 n = XGetPointerMapping (dpy, defmap, MAXBUTTONCODES);
H A Dhandle.c869 unsigned char buttons[MAXBUTTONCODES];
879 nbuttons = XGetPointerMapping (dpy, buttons, MAXBUTTONCODES);
909 if (!ok || val >= MAXBUTTONCODES) {

Completed in 5 milliseconds