[mate-panel] 01/03: debian/patches: Add 0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch. Fix rendering of out-of-process window list with HiDPI.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Thu Mar 22 11:02:13 UTC 2018
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-panel.
commit 90e3f3c32b90488b3b7adae744d5d34d98e3a459
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Wed Mar 21 18:10:17 2018 +0000
debian/patches: Add 0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch. Fix rendering of out-of-process window list with HiDPI.
---
..._of_out-of-process_window_list_with_hidpi.patch | 25 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 26 insertions(+)
diff --git a/debian/patches/0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch b/debian/patches/0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch
new file mode 100644
index 0000000..a757c20
--- /dev/null
+++ b/debian/patches/0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch
@@ -0,0 +1,25 @@
+Author: lukefromdc <lukefromdc at hushmail.com>
+Description: Fix rendering of out-of-process window list with HiDPI
+
+diff --git a/applets/wncklet/window-list.c b/applets/wncklet/window-list.c
+index c7810588..b4c7d123 100644
+--- a/applets/wncklet/window-list.c
++++ b/applets/wncklet/window-list.c
+@@ -427,8 +427,6 @@ gboolean window_list_applet_fill(MatePanelApplet* applet)
+ g_signal_connect(G_OBJECT(tasklist->tasklist), "destroy", G_CALLBACK(destroy_tasklist), tasklist);
+
+ g_signal_connect(G_OBJECT(tasklist->applet), "size_allocate", G_CALLBACK(applet_size_allocate), tasklist);
+- tasklist_update(tasklist);
+- gtk_widget_show(tasklist->tasklist);
+
+ gtk_container_add(GTK_CONTAINER(tasklist->applet), tasklist->tasklist);
+
+@@ -484,6 +482,8 @@ gboolean window_list_applet_fill(MatePanelApplet* applet)
+
+ g_object_unref(action_group);
+
++ tasklist_update(tasklist);
++ gtk_widget_show(tasklist->tasklist);
+ gtk_widget_show(tasklist->applet);
+
+ return TRUE;
diff --git a/debian/patches/series b/debian/patches/series
index de75f28..22dc69d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001_scale_monitor_geometries.patch
0002_fix_out_process_applets_for_hidpi.patch
+0003_fix_rendering_of_out-of-process_window_list_with_hidpi.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-panel.git
More information about the pkg-mate-commits
mailing list