freebsd-ports/x11-wm/jewel/files/patch-goodies-fspanel_fspanel.c
Martin Wilke 5e8cd93f02 - Fix build with GCC 4.2
- Respect PORTDOCS
- Pass maintainership to submitter

PR:		118472
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (erwin)
2007-12-10 22:19:13 +00:00

12 lines
328 B
C

--- 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;