diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-12 01:39:43 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-12 01:39:43 -0700 |
commit | e4cebfca13580f80fb0ecee27afb81b55c031535 (patch) | |
tree | 26a3dc715187305f33eac0a04cf6e195c6ca3f0a /src/dispextern.h | |
parent | 5bf46f05111229b5b9e7b6435151bd0f84586eb4 (diff) | |
download | emacs-e4cebfca13580f80fb0ecee27afb81b55c031535.tar.gz |
* xfns.c: Make symbols static if they're not exported.
(x_last_font_name, x_display_info_for_name):
(x_set_foreground_color, x_set_background_color, x_set_mouse_color):
(x_set_cursor_color, x_set_border_pixel, x_set_border_color):
(x_set_cursor_type, x_set_icon_type, x_set_icon_name):
(x_set_scroll_bar_foreground, x_set_scroll_bar_background):
(x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
(last_show_tip_args): Now static.
(xic_defaut_fontset, xic_create_fontsetname): Define only if
defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
(x_screen_planes): Remove; unused.
* dispextern.h (x_screen_planes): Remove decl.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index eb5090343e6..4ad107a7266 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -3171,7 +3171,6 @@ void gamma_correct (struct frame *, COLORREF *); #ifdef HAVE_WINDOW_SYSTEM -int x_screen_planes (struct frame *); void x_implicitly_set_name (struct frame *, Lisp_Object, Lisp_Object); extern Lisp_Object tip_frame; |