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
1bb8a291
Commit
1bb8a291
authored
Jun 20, 2007
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(w32_delete_display): Remove leftover declaration.
(w32_define_cursor, w32_initialize): Make static.
parent
aa5ee2a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
src/ChangeLog
src/ChangeLog
+9
-0
src/w32term.c
src/w32term.c
+4
-5
No files found.
src/ChangeLog
View file @
1bb8a291
2007-06-20 Juanma Barranquero <lekktu@gmail.com>
* w32term.c (w32_delete_display): Remove leftover declaration.
(w32_define_cursor, w32_initialize): Make static.
* w32.c (_wsa_errlist): Fix typo in error message.
(init_environment): Ignore any environment variable from the
registry having a null value.
2007-06-20 Glenn Morris <rgm@gnu.org>
* Makefile.in (LIBGIF): Default to -lgif.
...
...
src/w32term.c
View file @
1bb8a291
...
...
@@ -218,10 +218,9 @@ extern int errno;
extern
EMACS_INT
extra_keyboard_modifiers
;
static
void
x_update_window_end
P_
((
struct
window
*
,
int
,
int
));
void
w32_delete_display
P_
((
struct
w32_display_info
*
));
static
void
w32_handle_tool_bar_click
P_
((
struct
frame
*
,
struct
input_event
*
));
void
w32_define_cursor
P_
((
Window
,
Cursor
));
static
void
w32_define_cursor
P_
((
Window
,
Cursor
));
void
x_lower_frame
P_
((
struct
frame
*
));
void
x_scroll_bar_clear
P_
((
struct
frame
*
));
...
...
@@ -230,7 +229,7 @@ void x_raise_frame P_ ((struct frame *));
void
x_set_window_size
P_
((
struct
frame
*
,
int
,
int
,
int
));
void
x_wm_set_window_state
P_
((
struct
frame
*
,
int
));
void
x_wm_set_icon_pixmap
P_
((
struct
frame
*
,
int
));
void
w32_initialize
P_
((
void
));
static
void
w32_initialize
P_
((
void
));
static
void
x_font_min_bounds
P_
((
XFontStruct
*
,
int
*
,
int
*
));
int
x_compute_min_glyph_bounds
P_
((
struct
frame
*
));
static
void
x_update_end
P_
((
struct
frame
*
));
...
...
@@ -3278,7 +3277,7 @@ redo_mouse_highlight ()
HIWORD
(
last_mouse_motion_event
.
lParam
));
}
void
static
void
w32_define_cursor
(
window
,
cursor
)
Window
window
;
Cursor
cursor
;
...
...
@@ -6345,7 +6344,7 @@ static struct redisplay_interface w32_redisplay_interface =
w32_shift_glyphs_for_insert
};
void
static
void
w32_initialize
()
{
rif
=
&
w32_redisplay_interface
;
...
...
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