From: Juanma Barranquero Date: Thu, 20 Sep 2012 01:02:21 +0000 (+0200) Subject: src/w32gui.h (XParseGeometry): Do not declare. X-Git-Tag: emacs-24.2.90~269^2~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b019b76a181d6af0c73559b73f9735b91bc71d21;p=emacs.git src/w32gui.h (XParseGeometry): Do not declare. --- diff --git a/src/ChangeLog b/src/ChangeLog index e8827c2de18..2ee57d8531c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-09-20 Juanma Barranquero + + * w32gui.h (XParseGeometry): Do not declare. + 2012-09-19 Paul Eggert * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0. diff --git a/src/w32gui.h b/src/w32gui.h index 1ea185bfaa1..0da8de97f23 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -118,9 +118,6 @@ extern int nCmdShow; #define PBaseSize (1L << 8) /* program specified base for incrementing */ #define PWinGravity (1L << 9) /* program specified window gravity */ -extern int XParseGeometry (char *, int *, int *, unsigned *, unsigned *); - - typedef struct { int x, y; unsigned width, height;