Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fb55b9d1
Commit
fb55b9d1
authored
Sep 11, 2013
by
Dmitry Antipov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* termhooks.h (fullscreen_hook): Remove the leftover.
(struct terminal): Fix typo in comment.
parent
927eec55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/ChangeLog
src/ChangeLog
+5
-0
src/termhooks.h
src/termhooks.h
+1
-6
No files found.
src/ChangeLog
View file @
fb55b9d1
2013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
* termhooks.h (fullscreen_hook): Remove the leftover.
(struct terminal): Fix typo in comment.
2013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
Cleaning up a few X scroll bar bits.
...
...
src/termhooks.h
View file @
fb55b9d1
...
...
@@ -43,11 +43,6 @@ enum scroll_bar_part {
scroll_bar_move_ratio
};
/* If the value of the frame parameter changed, whis hook is called.
For example, if going from fullscreen to not fullscreen this hook
may do something OS dependent, like extended window manager hints on X11. */
extern
void
(
*
fullscreen_hook
)
(
struct
frame
*
f
);
/* Output method of a terminal (and frames on this terminal, respectively). */
enum
output_method
...
...
@@ -499,7 +494,7 @@ struct terminal
windows. */
void
(
*
frame_raise_lower_hook
)
(
struct
frame
*
f
,
int
raise_flag
);
/* If the value of the frame parameter changed,
w
his hook is called.
/* If the value of the frame parameter changed,
t
his hook is called.
For example, if going from fullscreen to not fullscreen this hook
may do something OS dependent, like extended window manager hints on X11. */
void
(
*
fullscreen_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