be more consistent with coordinates
This commit is contained in:
@@ -97,7 +97,7 @@ extern void curses_print_glyph(winid wid, coordxy x, coordxy y,
|
||||
extern void curses_raw_print(const char *str);
|
||||
extern void curses_raw_print_bold(const char *str);
|
||||
extern int curses_nhgetch(void);
|
||||
extern int curses_nh_poskey(int *x, int *y, int *mod);
|
||||
extern int curses_nh_poskey(coordxy *x, coordxy *y, int *mod);
|
||||
extern void curses_nhbell(void);
|
||||
extern int curses_doprev_message(void);
|
||||
extern char curses_yn_function(const char *question, const char *choices,
|
||||
@@ -174,7 +174,7 @@ extern int curses_convert_attr(int attr);
|
||||
extern int curses_read_attrs(const char *attrs);
|
||||
extern char *curses_fmt_attrs(char *);
|
||||
extern int curses_convert_keys(int key);
|
||||
extern int curses_get_mouse(int *mousex, int *mousey, int *mod);
|
||||
extern int curses_get_mouse(coordxy *mousex, coordxy *mousey, int *mod);
|
||||
extern void curses_mouse_support(int);
|
||||
|
||||
/* cursdial.c */
|
||||
|
||||
Reference in New Issue
Block a user