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
c99f6080
Commit
c99f6080
authored
Sep 12, 1999
by
Gerd Moellmann
Browse files
Change prototype of resize_mini_window.
Add prototype for resize_echo_area_axactly.
parent
8ac211e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/dispextern.h
src/dispextern.h
+2
-1
No files found.
src/dispextern.h
View file @
c99f6080
...
...
@@ -2037,7 +2037,8 @@ extern int tool_bar_button_relief;
/* Defined in xdisp.c */
int
resize_mini_window
P_
((
struct
window
*
));
void
resize_echo_area_axactly
P_
((
void
));
int
resize_mini_window
P_
((
struct
window
*
,
int
));
int
try_window
P_
((
Lisp_Object
,
struct
text_pos
));
void
window_box
P_
((
struct
window
*
,
int
,
int
*
,
int
*
,
int
*
,
int
*
));
int
window_box_height
P_
((
struct
window
*
));
...
...
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