From 3148f9f94577958e208dfcfbdbf38e5bc6bf5145 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 21 Sep 2007 21:42:17 +0000 Subject: new release: added load/save/more options svn path=/trunk/externals/ffext/; revision=8745 --- tracker/tracker.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tracker/tracker.h') diff --git a/tracker/tracker.h b/tracker/tracker.h index 7df761c..36f9ba6 100644 --- a/tracker/tracker.h +++ b/tracker/tracker.h @@ -27,6 +27,8 @@ typedef struct _tracker t_int x_active_column; // selected item col t_int x_ndigits; // cell width (+1 of margin added automatically) t_int x_cursor_pos; // visual cursor position (row indicator) + t_int b_cursor; // track cursor? + t_int b_save_data; // save data? char x_buf[MAX_BUF+1]; // edit buffer t_int x_cell_width; // cell width in pixels (auto computed) t_int x_cell_height; // cell height in pixels (auto computed) -- cgit v1.2.1