From 737d67c0e7e9a404f25ed82318d243e344ec7672 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Fri, 15 Sep 2017 16:27:22 -0700 Subject: LinGui: Add preset selection menu And convert appliction to a GtkApplication. This allows the use of GActions for menu and other control actions. It's a cleaner simpler interface that automatically tracks when multiple widgets perform the same action and keeps their state in sync. --- gtk/src/preview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/src/preview.h') diff --git a/gtk/src/preview.h b/gtk/src/preview.h index 0caefcecf..216e9e8df 100644 --- a/gtk/src/preview.h +++ b/gtk/src/preview.h @@ -35,6 +35,6 @@ void ghb_live_encode_done(signal_user_data_t *ud, gboolean success); void ghb_preview_cleanup(signal_user_data_t *ud); void ghb_live_reset(signal_user_data_t *ud); void ghb_par_scale(signal_user_data_t *ud, gint *width, gint *height, gint par_n, gint par_d); -void ghb_preview_set_visible(signal_user_data_t *ud); +void ghb_preview_set_visible(signal_user_data_t *ud, gboolean visible); #endif // _GHB_PREVIEW_H_ -- cgit v1.2.3