aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-06-14 14:27:00 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-06-14 14:27:00 +0200
commit9191a63845a7b8f4e0bb434619311ad8c387ab42 (patch)
tree2a0bb0b372ce547b0e040ff43e6d3326272798da /configure.ac
parent881c4cb7650e1ddbd01eb1f31c14011f9e8f5002 (diff)
downloadgtk-vlc-player-9191a63845a7b8f4e0bb434619311ad8c387ab42.tar.gz
preliminary transcript backdrop area implementation
a backdrop area may be set by time points - it's background is highlighted 16% darker or lighter than the configured background color * configurable only by AC_DEFINE in configure.ac for the time being
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6664eaf..96b7ccf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,6 +220,8 @@ AC_DEFINE(GTK_VLC_PLAYER_TIME_ADJ_PAGE, [30000.], [VLC Player time adjustment pa
AC_DEFINE(GTK_VLC_PLAYER_VOL_ADJ_STEP, [0.02], [VLC Player volume adjustment step increment])
AC_DEFINE(GTK_VLC_PLAYER_VOL_ADJ_PAGE, [0.], [VLC Player volume adjustment page increment])
+AC_DEFINE(GTK_EXPERIMENT_TRANSCRIPT_BACKDROP, [16], [Experiment Transcript backdrop area color change (percent)])
+
AC_DEFINE(DEFAULT_QUICKOPEN_DIR, ["."], [Default directory for listing experiments])
AC_DEFINE(EXPERIMENT_MOVIE_FILTER, ["*.mp4;*.avi"], [Filters for (quick) opening movies])
AC_DEFINE(EXPERIMENT_TRANSCRIPT_EXT, ["xml"], [File extension of experiment transcripts])