diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-02-19 20:30:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 15:12:38 +0700 |
commit | c6dd18aee67138d7a95c81ae8c3ca070fb46bd06 (patch) | |
tree | 571ecec775f1a88e503b1fd709fa43a782753632 /libraries/libido3/0001-Temporarily-disable-previous-button-drop-shadow-draw.patch | |
parent | ddca6944f7e73f3d5ab7bc90c8011acdb1606ed7 (diff) |
libraries/libido3: Removed.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libido3/0001-Temporarily-disable-previous-button-drop-shadow-draw.patch')
-rw-r--r-- | libraries/libido3/0001-Temporarily-disable-previous-button-drop-shadow-draw.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/libraries/libido3/0001-Temporarily-disable-previous-button-drop-shadow-draw.patch b/libraries/libido3/0001-Temporarily-disable-previous-button-drop-shadow-draw.patch deleted file mode 100644 index cd44da0922b35..0000000000000 --- a/libraries/libido3/0001-Temporarily-disable-previous-button-drop-shadow-draw.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 9e672e82e01f0bbe11869a4b67bd0a26c9494c50 Mon Sep 17 00:00:00 2001 -From: Xiao-Long Chen <chenxiaolong@cxl.epac.to> -Date: Wed, 29 Oct 2014 00:36:15 -0400 -Subject: [PATCH] Temporarily disable previous-button drop-shadow drawing - -When indicator-sound is connected to a media player through mpris, -a bug in either cairo or ido causes unity-panel-service to segfault ---- - src/idoplaybackmenuitem.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/idoplaybackmenuitem.c b/src/idoplaybackmenuitem.c -index 11af9bb..5fb66da 100644 ---- a/src/idoplaybackmenuitem.c -+++ b/src/idoplaybackmenuitem.c -@@ -1443,6 +1443,7 @@ ido_playback_menu_item_draw (GtkWidget* button, cairo_t *cr) - MIDDLE_END); - } - -+#if 0 - // draw previous-button drop-shadow - if ((item->cur_pushed_button == BUTTON_PREVIOUS && item->keyboard_activated) || - item->cur_hover_button == BUTTON_PREVIOUS) -@@ -1485,6 +1486,7 @@ ido_playback_menu_item_draw (GtkWidget* button, cairo_t *cr) - _surface_blur (surf, 1); - _finalize (cr, &cr_surf, &surf, abs_prev_x, PREV_Y + 1.0f); - } -+#endif - - // draw previous-button - _setup (&cr_surf, &surf, PREV_WIDTH, PREV_HEIGHT); --- -2.1.2 - |