Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 548 → Rev 549

/shark/trunk/drivers/input/shark/mcurtxt.c
56,7 → 56,7
static int mouse_cursor_state = 0;
 
/* mouse status */
static int autocursormode = 0;
int autocursormode = 0;
 
/* saved mouse_position */
static int saved_x, saved_y;
214,7 → 214,7
unsigned long lunused; \
mouse_cursor_state--; \
if (mouse_cursor_state == -1) { \
mouse_getpos(&saved_x, &saved_y, &unused, &lunused); \
mouse_getposition(&saved_x, &saved_y, &unused, &lunused); \
show_cursor(saved_x, saved_y); \
} \
}