diff options
| author | Dmitry Antipov | 2013-08-01 11:33:58 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-01 11:33:58 +0400 |
| commit | 2f935d86fd7aa551e2c61d71c14a1c1a8b3ba707 (patch) | |
| tree | e04789553000bbac7cc2e64c42262f8cd9d5bef9 /src/xterm.h | |
| parent | 52b8a085f779789a9774b2890390df3758c8c302 (diff) | |
| download | emacs-2f935d86fd7aa551e2c61d71c14a1c1a8b3ba707.tar.gz emacs-2f935d86fd7aa551e2c61d71c14a1c1a8b3ba707.zip | |
* xterm.c (any_help_event_p, x_draw_glyph_string_background):
(x_display_ok): Use bool for booleans.
(x_draw_glyph_string_background, cvt_string_to_pixel):
(cvt_pixel_dtor): Drop unnecessary prototypes.
* xterm.h (x_display_ok): Adjust prototype.
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 311b32c7930..bf1d40a2787 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -403,7 +403,7 @@ extern Lisp_Object x_display_name_list; | |||
| 403 | extern struct x_display_info *x_display_info_for_display (Display *); | 403 | extern struct x_display_info *x_display_info_for_display (Display *); |
| 404 | 404 | ||
| 405 | extern struct x_display_info *x_term_init (Lisp_Object, char *, char *); | 405 | extern struct x_display_info *x_term_init (Lisp_Object, char *, char *); |
| 406 | extern int x_display_ok (const char *); | 406 | extern bool x_display_ok (const char *); |
| 407 | 407 | ||
| 408 | extern void select_visual (struct x_display_info *); | 408 | extern void select_visual (struct x_display_info *); |
| 409 | 409 | ||