Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a586633d
Commit
a586633d
authored
Mar 06, 2011
by
Paul Eggert
Browse files
* window.h (check_all_windows): New decl, to forestall
gcc -Wmissing-prototypes diagnostic.
parent
7e5cf297
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/ChangeLog
src/ChangeLog
+2
-0
src/window.h
src/window.h
+1
-0
No files found.
src/ChangeLog
View file @
a586633d
...
...
@@ -23,6 +23,8 @@
(run_window_configuration_change_hook, enlarge_window): Likewise.
* window.c (display_buffer): Now static.
* window.h (check_all_windows): New decl, to forestall
gcc -Wmissing-prototypes diagnostic.
2011-03-06 Chong Yidong <cyd@stupidchicken.com>
src/window.h
View file @
a586633d
...
...
@@ -778,6 +778,7 @@ extern void freeze_window_starts (struct frame *, int);
extern
void
grow_mini_window
(
struct
window
*
,
int
);
extern
void
shrink_mini_window
(
struct
window
*
);
extern
int
window_relative_x_coord
(
struct
window
*
,
enum
window_part
,
int
);
extern
void
check_all_windows
(
void
);
void
run_window_configuration_change_hook
(
struct
frame
*
f
);
...
...
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