X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=gtk%2Fsrc%2Fsettings.h;h=43fbdbfa9fe7e3e55a4ed27b31194d20ff6d7eef;hb=9460d9624a5cf24126bc39605bc47d43330fcdf4;hp=0616426ff0602787e01f28c86b3a2bca361a3aae;hpb=5ffd59083c08675ded967509f6604bc768e242c9;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/gtk/src/settings.h b/gtk/src/settings.h index 0616426f..43fbdbfa 100644 --- a/gtk/src/settings.h +++ b/gtk/src/settings.h @@ -34,6 +34,15 @@ enum GHB_STATE_WORKDONE = 0x10, GHB_STATE_PAUSED = 0x20, GHB_STATE_MUXING = 0x40, + GHB_STATE_SEARCHING = 0x80, +}; + +enum +{ + GHB_CANCEL_NONE, + GHB_CANCEL_ALL, + GHB_CANCEL_CURRENT, + GHB_CANCEL_FINISH }; typedef struct preview_s preview_t; @@ -43,7 +52,7 @@ typedef struct gchar *current_dvd_device; gboolean debug; gboolean dont_clear_presets; - gboolean cancel_encode; + gint cancel_encode; GtkBuilder *builder; GValue *settings; GValue *queue; @@ -53,7 +62,7 @@ typedef struct preview_t *preview; gchar *appcast; gint appcast_len; - GtkListStore *subtitle_track_model; + GdkVisibilityState hb_visibility; } signal_user_data_t; enum