diff options
author | John Stebbins <[email protected]> | 2017-09-15 16:27:22 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-11-06 08:19:49 -0800 |
commit | 737d67c0e7e9a404f25ed82318d243e344ec7672 (patch) | |
tree | ca8bc876d7d72846ab6422829320357691a18866 /gtk/src/preview.h | |
parent | d7a59d58cbaa5f08792dbb97c48065fdadbe4414 (diff) |
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.
Diffstat (limited to 'gtk/src/preview.h')
-rw-r--r-- | gtk/src/preview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ |