Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
114d739b
Commit
114d739b
authored
Apr 04, 2014
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/buffer.h, src/frame.h: Clarify doc of optimization variables.
parent
11a9c72f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/buffer.h
src/buffer.h
+2
-2
src/frame.h
src/frame.h
+2
-1
No files found.
src/buffer.h
View file @
114d739b
...
...
@@ -847,8 +847,8 @@ struct buffer
struct
region_cache
*
width_run_cache
;
struct
region_cache
*
bidi_paragraph_cache
;
/* Non-zero means d
on't us
e redisplay optimizations
for
displaying thi
s bu
ffer
. */
/* Non-zero means d
isabl
e redisplay optimizations
when rebuilding the glyph
matrice
s
(
bu
t not when redrawing)
. */
bool_bf
prevent_redisplay_optimizations_p
:
1
;
/* Non-zero whenever the narrowing is changed in this buffer. */
...
...
src/frame.h
View file @
114d739b
...
...
@@ -375,7 +375,8 @@ struct frame
set this directly, use SET_FRAME_ICONIFIED instead. */
bool_bf
iconified
:
1
;
/* True if this frame should be redrawn. */
/* True if this frame should be fully redisplayed. Disables all
optimizations while rebuilding matrices and redrawing. */
bool_bf
garbaged
:
1
;
/* False means, if this frame has just one 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