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
bd8ce5da
Commit
bd8ce5da
authored
Mar 15, 2006
by
YAMAMOTO Mitsuharu
Browse files
(mac_init_fringe) [MAC_OS]: New function.
parent
ea21ef78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/fringe.c
src/fringe.c
+7
-1
No files found.
src/fringe.c
View file @
bd8ce5da
...
...
@@ -1689,10 +1689,14 @@ init_fringe ()
}
}
#ifdef
HAVE_NTGUI
#if
def
ined (WINDOWS_NT) || defined (MAC_OS)
void
#ifdef WINDOWS_NT
w32_init_fringe
()
#else
/* MAC_OS */
mac_init_fringe
()
#endif
{
int
bt
;
...
...
@@ -1705,7 +1709,9 @@ w32_init_fringe ()
rif
->
define_fringe_bitmap
(
bt
,
fb
->
bits
,
fb
->
height
,
fb
->
width
);
}
}
#endif
#ifdef WINDOWS_NT
void
w32_reset_fringes
()
{
...
...
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