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
ad9a7a06
Commit
ad9a7a06
authored
Apr 13, 2011
by
Paul Eggert
Browse files
* fringe.c (standard_bitmaps): Now static.
(max_used_fringe_bitmap): Now static, unless HAVE_NS.
parent
81626931
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+3
-0
src/fringe.c
src/fringe.c
+4
-1
No files found.
src/ChangeLog
View file @
ad9a7a06
2011-04-13 Paul Eggert <eggert@cs.ucla.edu>
* fringe.c (standard_bitmaps): Now static.
(max_used_fringe_bitmap): Now static, unless HAVE_NS.
* frame.c: Make symbols static if they're not exported.
(x_report_frame_params, make_terminal_frame): Now static.
(get_frame_param): Now static, unless HAVE_NS.
...
...
src/fringe.c
View file @
ad9a7a06
...
...
@@ -427,7 +427,7 @@ static unsigned short empty_line_bits[] = {
/* NOTE: The order of these bitmaps must match the sequence
used in fringe.el to define the corresponding symbols. */
struct
fringe_bitmap
standard_bitmaps
[]
=
static
struct
fringe_bitmap
standard_bitmaps
[]
=
{
{
NULL
,
0
,
0
,
0
,
0
,
0
},
/* NO_FRINGE_BITMAP */
{
FRBITS
(
question_mark_bits
),
8
,
0
,
ALIGN_BITMAP_CENTER
,
0
},
...
...
@@ -462,6 +462,9 @@ static struct fringe_bitmap **fringe_bitmaps;
static
Lisp_Object
*
fringe_faces
;
static
int
max_fringe_bitmaps
;
#ifndef HAVE_NS
static
#endif
int
max_used_fringe_bitmap
=
MAX_STANDARD_FRINGE_BITMAPS
;
...
...
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