Home
last modified time | relevance | path

Searched refs:keysym_ret (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openrm/rm160/rmaux/
H A Drmbfuncs.c884 KeySym keysym_ret; in rmauxEventLoop() local
887 len = XLookupString(&(event.xkey), buf_return, 32, &keysym_ret, &status); in rmauxEventLoop()
890 …t.type == KeyPress) || (event.type == KeyRelease)) && ((keysym_ret == XK_Shift_L) || (keysym_ret =… in rmauxEventLoop()
891 (keysym_ret == XK_Control_L) || (keysym_ret == XK_Control_R))) in rmauxEventLoop()
898 if ((*buf_return == key) || (keysym_ret == code)) in rmauxEventLoop()
900 if ((staticUserKeyFunc(pipe, *buf_return, keysym_ret)) != RM_CHILL) in rmauxEventLoop()
920 code = keysym_ret; in rmauxEventLoop()
/dports/x11-wm/pwm/pwm-20070720/
H A Dreadconfig.c149 uint *mod_ret, int *keysym_ret) in parse_key() argument
165 if(*keysym_ret!=NoSymbol){ in parse_key()
170 *keysym_ret=keysym; in parse_key()