X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gfio.h;h=d115f7c75b7a204df68b5bc279a3be6c6e974e24;hp=3b572041107c8e5c8cec3887fcb53ab5e9db64ee;hb=ec0218ff0e7ad3a480a13db33b0e0cd668ef6222;hpb=53e0e85d6d5311fce98b94c1e06fab8263bafc02 diff --git a/gfio.h b/gfio.h index 3b572041..d115f7c7 100644 --- a/gfio.h +++ b/gfio.h @@ -3,6 +3,8 @@ #include +#include "ghelpers.h" + struct probe_widget { GtkWidget *hostname; GtkWidget *os; @@ -10,13 +12,6 @@ struct probe_widget { GtkWidget *fio_ver; }; -struct multitext_widget { - GtkWidget *entry; - char **text; - unsigned int cur_text; - unsigned int max_text; -}; - struct eta_widget { GtkWidget *names; struct multitext_widget iotype;