src/w32gui.h (XParseGeometry): Do not declare.
This commit is contained in:
parent
e4bce92acb
commit
b019b76a18
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-09-20 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* w32gui.h (XParseGeometry): Do not declare.
|
||||
|
||||
2012-09-19 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue