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
50a34037
Commit
50a34037
authored
Nov 23, 2003
by
Kim F. Storm
Browse files
(mode_line_string, marginal_area_string): Update prototypes.
parent
63ccbe21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/dispextern.h
src/dispextern.h
+2
-2
No files found.
src/dispextern.h
View file @
50a34037
...
...
@@ -2662,9 +2662,9 @@ int popup_activated P_ ((void));
extern int inverse_video;
extern int required_matrix_width P_ ((struct window *));
extern int required_matrix_height P_ ((struct window *));
extern Lisp_Object mode_line_string P_ ((struct window *, int, int,
extern Lisp_Object mode_line_string P_ ((struct window *, int
*
, int
*
,
enum window_part, int *));
extern Lisp_Object marginal_area_string P_ ((struct window *, int, int,
extern Lisp_Object marginal_area_string P_ ((struct window *, int
*
, int
*
,
enum window_part, int *));
extern void redraw_frame P_ ((struct frame *));
extern void redraw_garbaged_frames P_ ((void));
...
...
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