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
e264f262
Commit
e264f262
authored
Apr 16, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* termhooks.h (struct terminal): Likewise.
parent
90efadd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/ChangeLog
src/ChangeLog
+1
-0
src/termhooks.h
src/termhooks.h
+4
-4
No files found.
src/ChangeLog
View file @
e264f262
...
...
@@ -5,6 +5,7 @@
* dispextern.h (struct redisplay_interface): Rename param
to avoid shadowing.
* termhooks.h (struct terminal): Likewise.
* insdel.c (make_gap_smaller): Define only if
USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
...
...
src/termhooks.h
View file @
e264f262
...
...
@@ -465,7 +465,7 @@ struct terminal
enum
scroll_bar_part
*
part
,
Lisp_Object
*
x
,
Lisp_Object
*
y
,
unsigned
long
*
time
);
unsigned
long
*
);
/* The window system handling code should set this if the mouse has
moved since the last call to the mouse_position_hook. Calling that
...
...
@@ -484,10 +484,10 @@ struct terminal
support overlapping frames, so there's no need to raise or lower
anything.
If RAISE is non-zero, F is brought to the front, before all other
windows. If RAISE is zero, F is sent to the back, behind all other
If RAISE
_FLAG
is non-zero, F is brought to the front, before all other
windows. If RAISE
_FLAG
is zero, F is sent to the back, behind all other
windows. */
void
(
*
frame_raise_lower_hook
)
(
struct
frame
*
f
,
int
raise
);
void
(
*
frame_raise_lower_hook
)
(
struct
frame
*
f
,
int
raise
_flag
);
/* If the value of the frame parameter changed, whis hook is called.
For example, if going from fullscreen to not fullscreen this hook
...
...
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