pkgsrc/wm/piewm/patches/patch-ad
obache e531ca1b03 Update piewm to 1.04.
While here, marked as DESTDIR ready.

Changes for version 1.04:

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/94378
Succinctly, the #define for EXTRA in parse.c needs to be (at least) 12,

Changes for version 1.03:

Botched some prototypes.  1.02 wouldn't compile.
2007-12-10 11:35:08 +00:00

12 lines
424 B
Text

$NetBSD: patch-ad,v 1.1 2007/12/10 11:35:09 obache Exp $
--- icons.h.orig 1998-01-08 06:11:41.000000000 +0000
+++ icons.h
@@ -53,7 +53,6 @@ void CreateIconWindow(TwmWindow *tmp_win
void AddIconRegion(char *geom, int grav1, int grav2, int stepx, int stepy);
void IconDown (TwmWindow *tmp_win);
void IconUp (TwmWindow *tmp_win);
-void PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, int *final_x, int *final_y);