# HG changeset patch # User Juanma Barranquero # Date 1049145351 0 # Node ID f35549e97b3ccabf1e3a93f249036b3ea38330f7 # Parent 8be64cfd36fe9e6197a2b5e79561ff123e81ee98 (x_wm_set_icon_position): Define return value as void. diff -r 8be64cfd36fe -r f35549e97b3c src/w32term.c --- a/src/w32term.c Mon Mar 31 21:00:47 2003 +0000 +++ b/src/w32term.c Mon Mar 31 21:15:51 2003 +0000 @@ -5939,7 +5939,7 @@ } /* Window manager things */ -x_wm_set_icon_position (f, icon_x, icon_y) +void x_wm_set_icon_position (f, icon_x, icon_y) struct frame *f; int icon_x, icon_y; {