window-port updates
Remove start_screen() and end_screen() from the Window-port interface. They were only ever used by tty, and there was a comment carried to several window-ports about how they "really should go away. They are tty-specific" term_start_screen() and term_end_screen() are part of terminal/NO_TERMS supporting routines now.
This commit is contained in:
@@ -489,10 +489,6 @@ extern void X11_status_enablefield(int, const char *, const char *, boolean);
|
||||
extern void X11_status_update(int, genericptr_t, int, int, int,
|
||||
unsigned long *);
|
||||
|
||||
/* other defs that really should go away (they're tty specific) */
|
||||
extern void X11_start_screen(void);
|
||||
extern void X11_end_screen(void);
|
||||
|
||||
#ifdef GRAPHIC_TOMBSTONE
|
||||
extern void X11_outrip(winid, int, time_t);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user