diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/enjoy/0001-always-use-position-as-percent-and-define-a-1-second.patch')
| -rw-r--r-- | meta-efl/recipes-efl/e17/enjoy/0001-always-use-position-as-percent-and-define-a-1-second.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-efl/recipes-efl/e17/enjoy/0001-always-use-position-as-percent-and-define-a-1-second.patch b/meta-efl/recipes-efl/e17/enjoy/0001-always-use-position-as-percent-and-define-a-1-second.patch index 45f02b7304..09624503b3 100644 --- a/meta-efl/recipes-efl/e17/enjoy/0001-always-use-position-as-percent-and-define-a-1-second.patch +++ b/meta-efl/recipes-efl/e17/enjoy/0001-always-use-position-as-percent-and-define-a-1-second.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From ac4c8a57e8a042acd4b8ff803d3d3574b0e7a7fb Mon Sep 17 00:00:00 2001 | 1 | From 751505501e0db31cf766ec0ae95a6968b4d1eb93 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alban Browaeys <prahal@yahoo.com> | 2 | From: Alban Browaeys <prahal@yahoo.com> |
| 3 | Date: Wed, 5 Sep 2012 02:58:26 +0000 | 3 | Date: Wed, 5 Sep 2012 02:58:26 +0000 |
| 4 | Subject: [PATCH] always use position as percent and define a 1 seconds | 4 | Subject: [PATCH] always use position as percent and define a 1 seconds |
| @@ -7,12 +7,12 @@ Subject: [PATCH] always use position as percent and define a 1 seconds | |||
| 7 | Fix "reverb" effect: ie loop between setting the slider to match | 7 | Fix "reverb" effect: ie loop between setting the slider to match |
| 8 | the position and handling slider to position (seek). | 8 | the position and handling slider to position (seek). |
| 9 | --- | 9 | --- |
| 10 | data/themes/default.edc | 8 +++----- | 10 | data/themes/default.edc | 8 +++----- |
| 11 | src/bin/win.c | 28 ++++++++++++++++++++++------ | 11 | src/bin/win.c | 28 ++++++++++++++++++++++------ |
| 12 | 2 files changed, 25 insertions(+), 11 deletions(-) | 12 | 2 files changed, 25 insertions(+), 11 deletions(-) |
| 13 | 13 | ||
| 14 | diff --git a/data/themes/default.edc b/data/themes/default.edc | 14 | diff --git a/data/themes/default.edc b/data/themes/default.edc |
| 15 | index 65efddf..27bb9e4 100644 | 15 | index ebf8ba4..7a906b1 100644 |
| 16 | --- a/data/themes/default.edc | 16 | --- a/data/themes/default.edc |
| 17 | +++ b/data/themes/default.edc | 17 | +++ b/data/themes/default.edc |
| 18 | @@ -186,7 +186,6 @@ collections { | 18 | @@ -186,7 +186,6 @@ collections { |
| @@ -42,7 +42,7 @@ index 65efddf..27bb9e4 100644 | |||
| 42 | } else if (type == MSG_INT && id == MSG_SHUFFLE) { | 42 | } else if (type == MSG_INT && id == MSG_SHUFFLE) { |
| 43 | external_param_set_bool(PART:"buttons.shuffle", "state", getarg(2)); | 43 | external_param_set_bool(PART:"buttons.shuffle", "state", getarg(2)); |
| 44 | } else if (type == MSG_INT && id == MSG_LOOP) { | 44 | } else if (type == MSG_INT && id == MSG_LOOP) { |
| 45 | @@ -687,7 +685,7 @@ collections { | 45 | @@ -689,7 +687,7 @@ collections { |
| 46 | source: "progress.slider"; | 46 | source: "progress.slider"; |
| 47 | signal: "changed"; | 47 | signal: "changed"; |
| 48 | script { | 48 | script { |
| @@ -52,7 +52,7 @@ index 65efddf..27bb9e4 100644 | |||
| 52 | } | 52 | } |
| 53 | program { | 53 | program { |
| 54 | diff --git a/src/bin/win.c b/src/bin/win.c | 54 | diff --git a/src/bin/win.c b/src/bin/win.c |
| 55 | index 63951db..ad93ab5 100644 | 55 | index 2f65953..428e268 100644 |
| 56 | --- a/src/bin/win.c | 56 | --- a/src/bin/win.c |
| 57 | +++ b/src/bin/win.c | 57 | +++ b/src/bin/win.c |
| 58 | @@ -194,8 +194,8 @@ _win_play_eval(Win *w) | 58 | @@ -194,8 +194,8 @@ _win_play_eval(Win *w) |
| @@ -129,5 +129,5 @@ index 63951db..ad93ab5 100644 | |||
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | -- | 131 | -- |
| 132 | 1.7.7 | 132 | 1.8.5.2 |
| 133 | 133 | ||
