From 6f5a04e1a9ec83f62e7c6e0e1a75e039bf520c4d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 31 Mar 2003 21:15:51 +0000 Subject: [PATCH] (x_wm_set_icon_position): Define return value as void. --- src/w32term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32term.c b/src/w32term.c index b6ff217a5a7..bd8ebc471ee 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -5939,7 +5939,7 @@ x_wm_set_size_hint (f, flags, user_position) } /* 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; { -- 2.39.2