Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 708546 | Differences between
and this patch

Collapse All | Expand All

(-)fio-3.19~/gfio.c (+2 lines)
Lines 51-56 static void connect_clicked(GtkWidget *w Link Here
51
static void start_job_clicked(GtkWidget *widget, gpointer data);
51
static void start_job_clicked(GtkWidget *widget, gpointer data);
52
static void send_clicked(GtkWidget *widget, gpointer data);
52
static void send_clicked(GtkWidget *widget, gpointer data);
53
53
54
struct gui main_ui;
55
54
static struct button_spec {
56
static struct button_spec {
55
	const char *buttontext;
57
	const char *buttontext;
56
	clickfunction f;
58
	clickfunction f;
(-)fio-3.19~/gfio.h (-1 / +1 lines)
Lines 53-59 struct gfio_graphs { Link Here
53
/*
53
/*
54
 * Main window widgets and data
54
 * Main window widgets and data
55
 */
55
 */
56
struct gui {
56
extern struct gui {
57
	GtkUIManager *uimanager;
57
	GtkUIManager *uimanager;
58
	GtkRecentManager *recentmanager;
58
	GtkRecentManager *recentmanager;
59
	GtkActionGroup *actiongroup;
59
	GtkActionGroup *actiongroup;

Return to bug 708546