diff options
| author | Eli Zaretskii | 2015-01-25 23:12:35 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-01-25 23:12:35 +0200 |
| commit | 49b822741f9cabc47b9a748eb6d82c3fbf2bb4a6 (patch) | |
| tree | 8d827a105a95a648808d96d04366ef54efb359f3 /src/w32term.h | |
| parent | 11a9f3779ca7ec0c7559a5a3abf732d068684b84 (diff) | |
| download | emacs-49b822741f9cabc47b9a748eb6d82c3fbf2bb4a6.tar.gz emacs-49b822741f9cabc47b9a748eb6d82c3fbf2bb4a6.zip | |
Use bool for boolean in w32fns.c
src/w32fns.c (w32_defined_color, x_decode_color)
(Fxw_color_defined_p, Fxw_color_values, x_set_icon_type)
(x_set_menu_bar_lines, x_change_tool_bar_height)
(x_set_internal_border_width, x_explicitly_set_name)
(x_implicitly_set_name, Fx_create_frame, w32_window)
(x_create_tip_frame, Fx_show_tip): Use bool where appropriate.
Diffstat (limited to 'src/w32term.h')
| -rw-r--r-- | src/w32term.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h index c905ef15737..3532e95fdce 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -239,7 +239,7 @@ Lisp_Object display_x_get_resource (struct w32_display_info *, | |||
| 239 | extern struct w32_display_info *w32_term_init (Lisp_Object, | 239 | extern struct w32_display_info *w32_term_init (Lisp_Object, |
| 240 | char *, char *); | 240 | char *, char *); |
| 241 | extern int w32_defined_color (struct frame *f, const char *color, | 241 | extern int w32_defined_color (struct frame *f, const char *color, |
| 242 | XColor *color_def, int alloc); | 242 | XColor *color_def, bool alloc_p); |
| 243 | extern void x_set_window_size (struct frame *f, bool change_gravity, | 243 | extern void x_set_window_size (struct frame *f, bool change_gravity, |
| 244 | int width, int height, bool pixelwise); | 244 | int width, int height, bool pixelwise); |
| 245 | extern int x_display_pixel_height (struct w32_display_info *); | 245 | extern int x_display_pixel_height (struct w32_display_info *); |