diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-09-19 08:51:02 +0200 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-09-19 18:17:59 +0800 |
commit | f3693d99c9a5fcf848f38b3aff121c95a05ed56f (patch) | |
tree | 81526011dac75ff993886de1e989066b5c6c8c2f /app-i18n | |
parent | net-misc/gallery-dl: drop old 1.21.1 (diff) | |
download | gentoo-f3693d99c9a5fcf848f38b3aff121c95a05ed56f.tar.gz gentoo-f3693d99c9a5fcf848f38b3aff121c95a05ed56f.tar.bz2 gentoo-f3693d99c9a5fcf848f38b3aff121c95a05ed56f.zip |
app-i18n/ibus: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/27348
Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/files/ibus-1.5.25-ibusimcontext.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-i18n/ibus/files/ibus-1.5.25-ibusimcontext.patch b/app-i18n/ibus/files/ibus-1.5.25-ibusimcontext.patch deleted file mode 100644 index 6187ff77fbac..000000000000 --- a/app-i18n/ibus/files/ibus-1.5.25-ibusimcontext.patch +++ /dev/null @@ -1,35 +0,0 @@ -https://github.com/ibus/ibus/issues/2337 -https://bugs.gentoo.org/824494 ---- -diff --git a/client/gtk2/ibusimcontext.c b/client/gtk2/ibusimcontext.c -index da9a402..b1ccede 100644 ---- a/client/gtk2/ibusimcontext.c -+++ b/client/gtk2/ibusimcontext.c -@@ -1497,7 +1497,10 @@ _set_cursor_location_internal (IBusIMContext *ibusimcontext) - - #if GTK_CHECK_VERSION (3, 98, 4) - #elif GTK_CHECK_VERSION (2, 91, 0) -- area.y += gdk_window_get_height (ibusimcontext->client_window); -+ if (area.x == -1 && area.y == -1 && area.width == 0 && area.height == 0) { -+ area.x = 0; -+ area.y += gdk_window_get_height (ibusimcontext->client_window); -+ } - #else - if (area.x == -1 && area.y == -1 && area.width == 0 && area.height == 0) { - gint w, h; -diff --git a/client/gtk3/ibusimcontext.c b/client/gtk3/ibusimcontext.c -index da9a402..b1ccede 100644 ---- a/client/gtk3/ibusimcontext.c -+++ b/client/gtk3/ibusimcontext.c -@@ -1497,7 +1497,10 @@ _set_cursor_location_internal (IBusIMContext *ibusimcontext) - - #if GTK_CHECK_VERSION (3, 98, 4) - #elif GTK_CHECK_VERSION (2, 91, 0) -- area.y += gdk_window_get_height (ibusimcontext->client_window); -+ if (area.x == -1 && area.y == -1 && area.width == 0 && area.height == 0) { -+ area.x = 0; -+ area.y += gdk_window_get_height (ibusimcontext->client_window); -+ } - #else - if (area.x == -1 && area.y == -1 && area.width == 0 && area.height == 0) { - gint w, h; |