summaryrefslogtreecommitdiff
path: root/x11-wm/jewel/files/patch-goodies-fspanel_fspanel.c
blob: a99b5b9c5f012be8d088f1acc8e707c0473f0fef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- goodies/fspanel/fspanel.c.orig	2007-12-06 22:35:02.000000000 +0100
+++ goodies/fspanel/fspanel.c	2007-12-06 22:37:02.000000000 +0100
@@ -393,7 +393,8 @@
 
 void scale_icon (task *tk)
 {
-	int xx, yy, x, y, w, h, d, bw;
+	int xx, yy, x, y;
+	unsigned int w, h, d, bw;
 	Pixmap pix, mk = None;
 	XGCValues gcv;
 	GC mgc=None;