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

(-)../tmp-orig/meterbridge-0.9.2/src/main.h (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
extern SDL_Surface *screen;
9
extern SDL_Surface *screen;
10
extern SDL_Surface *image, *meter, *meter_buf;
10
extern SDL_Surface *image, *meter, *meter_buf;
11
extern SDL_Rect win, buf_rect[MAX_METERS], dest[MAX_METERS];
11
extern SDL_Rect win, dest[MAX_METERS];
12
12
13
extern jack_port_t *input_ports[MAX_METERS];
13
extern jack_port_t *input_ports[MAX_METERS];
14
extern jack_port_t *output_ports[MAX_METERS];
14
extern jack_port_t *output_ports[MAX_METERS];

Return to bug 127674