event.c
changeset 153 02545d36e9d3
parent 149 332fcc6d4f88
child 158 4e42dfc0f61f
equal deleted inserted replaced
152:4a64fd270e47 153:02545d36e9d3
    15 	KeySym keysym;
    15 	KeySym keysym;
    16 	void (*func)(Arg *arg);
    16 	void (*func)(Arg *arg);
    17 	Arg arg;
    17 	Arg arg;
    18 } Key;
    18 } Key;
    19 
    19 
    20 CMDS
       
    21 KEYS
    20 KEYS
    22 
    21 
    23 static unsigned int valid_mask =  255 &  ~(NUMLOCKMASK | LockMask);
    22 static unsigned int valid_mask =  255 &  ~(NUMLOCKMASK | LockMask);
    24 
    23 
    25 static void
    24 static void