summarylogtreecommitdiffstats
path: root/xfce4-panel-hidpi.patch
diff options
context:
space:
mode:
authorkrims0n2016-04-07 13:00:10 +0200
committerkrims0n2016-04-07 13:00:10 +0200
commit04ef8690c943572489d91688bc5ca048d6487f78 (patch)
tree31d8c213707dd488b65c9dc9a498346f35e3bf33 /xfce4-panel-hidpi.patch
downloadaur-xfce4-panel-hidpi.tar.gz
Initial commit.
Diffstat (limited to 'xfce4-panel-hidpi.patch')
-rw-r--r--xfce4-panel-hidpi.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/xfce4-panel-hidpi.patch b/xfce4-panel-hidpi.patch
new file mode 100644
index 000000000000..44b2f5f0a2ce
--- /dev/null
+++ b/xfce4-panel-hidpi.patch
@@ -0,0 +1,15 @@
+diff -aur xfce4-panel-4.12.0.pristine/plugins/tasklist/tasklist-widget.c xfce4-panel-4.12.0.new/plugins/tasklist/tasklist-widget.c
+--- xfce4-panel-4.12.0.pristine/plugins/tasklist/tasklist-widget.c 2016-02-09 12:01:32.935816562 +0100
++++ xfce4-panel-4.12.0.new/plugins/tasklist/tasklist-widget.c 2016-02-09 15:57:11.018924063 +0100
+@@ -2449,10 +2449,7 @@
+ return;
+
+ /* get the window icon */
+- if (tasklist->show_labels)
+- pixbuf = wnck_window_get_mini_icon (window);
+- else
+- pixbuf = wnck_window_get_icon (window);
++ pixbuf = wnck_window_get_icon (window);
+
+ /* leave when there is no valid pixbuf */
+ if (G_UNLIKELY (pixbuf == NULL))