Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706320
Collapse All | Expand All

(-)file_not_specified_in_diff (-14 / +4 lines)
Line  Link Here
0
-- a/win/gnome/gnbind.c
0
++ b/win/gnome/gnbind.c
Lines 19-27 Link Here
19
extern void tty_raw_print(const char *);
19
extern void tty_raw_print(const char *);
20
extern void tty_raw_print_bold(const char *);
20
extern void tty_raw_print_bold(const char *);
21
21
22
/* this is only needed until gnome_status_* routines are written */
23
extern NEARDATA winid WIN_STATUS;
24
25
/* Interface definition, for windows.c */
22
/* Interface definition, for windows.c */
26
struct window_procs Gnome_procs = {
23
struct window_procs Gnome_procs = {
27
    "Gnome", WC_COLOR | WC_HILITE_PET | WC_INVERSE, 0L,
24
    "Gnome", WC_COLOR | WC_HILITE_PET | WC_INVERSE, 0L,
28
-- a/win/tty/wintty.c
25
++ b/win/tty/wintty.c
Lines 74-82 Link Here
74
74
75
extern char mapped_menu_cmds[]; /* from options.c */
75
extern char mapped_menu_cmds[]; /* from options.c */
76
76
77
/* this is only needed until tty_status_* routines are written */
78
extern NEARDATA winid WIN_STATUS;
79
80
/* Interface definition, for windows.c */
77
/* Interface definition, for windows.c */
81
struct window_procs tty_procs = {
78
struct window_procs tty_procs = {
82
    "tty",
79
    "tty",
83
-- a/win/X11/winX.c
80
++ b/win/X11/winX.c
Lines 95-103 Link Here
95
#endif
95
#endif
96
#endif
96
#endif
97
97
98
/* this is only needed until X11_status_* routines are written */
99
extern NEARDATA winid WIN_STATUS;
100
101
/* Interface definition, for windows.c */
98
/* Interface definition, for windows.c */
102
struct window_procs X11_procs = {
99
struct window_procs X11_procs = {
103
    "X11",
100
    "X11",
104
-- a/src/windows.c
101
++ b/src/windows.c
Lines 862-868 Link Here
862
const char *status_fieldfmt[MAXBLSTATS];
862
const char *status_fieldfmt[MAXBLSTATS];
863
char *status_vals[MAXBLSTATS];
863
char *status_vals[MAXBLSTATS];
864
boolean status_activefields[MAXBLSTATS];
864
boolean status_activefields[MAXBLSTATS];
865
NEARDATA winid WIN_STATUS;
866
865
867
void
866
void
868
genl_status_init()
867
genl_status_init()

Return to bug 706320