Searched refs:GET_ATOM (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbDflts.h | 10 #define GET_ATOM(d,s) MakeAtom(s,strlen(s),1) macro 139 dflt_types[0].name = GET_ATOM(dpy, "ONE_LEVEL"); in initTypeNames() 140 lnames_ONE_LEVEL[0] = GET_ATOM(dpy, "Any"); in initTypeNames() 141 dflt_types[1].name = GET_ATOM(dpy, "TWO_LEVEL"); in initTypeNames() 142 lnames_TWO_LEVEL[0] = GET_ATOM(dpy, "Base"); in initTypeNames() 143 lnames_TWO_LEVEL[1] = GET_ATOM(dpy, "Shift"); in initTypeNames() 144 dflt_types[2].name = GET_ATOM(dpy, "ALPHABETIC"); in initTypeNames() 145 lnames_ALPHABETIC[0] = GET_ATOM(dpy, "Base"); in initTypeNames() 146 lnames_ALPHABETIC[1] = GET_ATOM(dpy, "Caps"); in initTypeNames() 147 dflt_types[3].name = GET_ATOM(dpy, "KEYPAD"); in initTypeNames() [all …]
|