Searched defs:st_spk_t (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/speakup/ |
D | spk_types.h | 68 struct st_spk_t { struct 69 u_long reading_x, cursor_x; 70 u_long reading_y, cursor_y; 71 u_long reading_pos, cursor_pos; 72 u_long go_x, go_pos; 73 u_long w_top, w_bottom, w_left, w_right; 74 u_char w_start, w_enabled; 75 u_char reading_attr, old_attr; 76 char parked, shut_up; 77 struct spk_highlight_color_track ht; [all …]
|