Home
last modified time | relevance | path

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

/dports/www/vimb/vimb-3.6.0/src/
H A Dmain.h138 typedef VbResult (*ModeKeyFunc)(Client*, int); typedef
210 ModeKeyFunc keypress; /* receives key to process */
302 ModeKeyFunc keypress, ModeInputChangedFunc input_changed);
H A Dmain.c429 ModeKeyFunc keypress, ModeInputChangedFunc input_changed) in vb_mode_add()