Searched refs:saveCmdT (Results 1 – 1 of 1) sorted by relevance
448 typedef enum { SCROLL_UP, SCROLL_DOWN, CLICK } saveCmdT; typedef842 xm_maybe_scroll_pagelist(int current, saveCmdT curr_cmd, int *top_visible, int *bot_visible) in xm_maybe_scroll_pagelist()1384 static saveCmdT prev_cmd = 0; /* previous command (CLICK/SCROLL_UP/SCROLL_DOWN) */ in internal_process_button2()1385 static saveCmdT curr_cmd = 0; /* current command (CLICK/SCROLL_UP/SCROLL_DOWN) */ in internal_process_button2()1386 …static saveCmdT bak_cmd = 0; /* last command that started inside the pagelist (CLICK/SCROLL_UP/SCR… in internal_process_button2()