Windows curses-related follow-up
This commit is contained in:
+1
-4
@@ -2032,10 +2032,6 @@ extern int win32_cr_helper(char, struct CRctxt *, void *, int);
|
|||||||
extern int win32_cr_gettrace(int, char *, int);
|
extern int win32_cr_gettrace(int, char *, int);
|
||||||
extern int *win32_cr_shellexecute(const char *);
|
extern int *win32_cr_shellexecute(const char *);
|
||||||
# endif
|
# endif
|
||||||
#ifdef MSWIN_GRAPHICS
|
|
||||||
extern int get_approx_display_width(void);
|
|
||||||
extern int get_approx_display_rows(void);
|
|
||||||
#endif
|
|
||||||
#endif /* WIN32 */
|
#endif /* WIN32 */
|
||||||
|
|
||||||
#endif /* MICRO || WIN32 */
|
#endif /* MICRO || WIN32 */
|
||||||
@@ -2185,6 +2181,7 @@ void console_g_putch(int in_ch);
|
|||||||
extern void set_output_mode(int);
|
extern void set_output_mode(int);
|
||||||
extern void synch_cursor(void);
|
extern void synch_cursor(void);
|
||||||
extern void nethack_enter_consoletty(void);
|
extern void nethack_enter_consoletty(void);
|
||||||
|
/* body in consoletty.c and mhmain.c */
|
||||||
extern int get_approx_display_cols(void);
|
extern int get_approx_display_cols(void);
|
||||||
extern int get_approx_display_rows(void);
|
extern int get_approx_display_rows(void);
|
||||||
extern void console_exit(void);
|
extern void console_exit(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user