Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b019b76a
Commit
b019b76a
authored
Sep 20, 2012
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/w32gui.h (XParseGeometry): Do not declare.
parent
e4bce92a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/w32gui.h
src/w32gui.h
+0
-3
No files found.
src/ChangeLog
View file @
b019b76a
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.
...
...
src/w32gui.h
View file @
b019b76a
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment