mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(Vimage_types): Make it conditional on HAVE_WINDOW_SYSTEM.
This commit is contained in:
parent
904ee128dc
commit
15469ae8ff
1 changed files with 2 additions and 1 deletions
|
|
@ -2568,7 +2568,6 @@ extern Lisp_Object Qtool_bar;
|
|||
extern Lisp_Object Vshow_trailing_whitespace;
|
||||
extern int mode_line_in_non_selected_windows;
|
||||
extern int redisplaying_p;
|
||||
extern Lisp_Object Vimage_types;
|
||||
extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object));
|
||||
extern int help_echo_showing_p;
|
||||
extern int current_mode_line_height, current_header_line_height;
|
||||
|
|
@ -2654,6 +2653,8 @@ void w32_reset_fringes P_ ((void));
|
|||
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
|
||||
extern Lisp_Object Vimage_types;
|
||||
|
||||
extern int x_bitmap_height P_ ((struct frame *, int));
|
||||
extern int x_bitmap_width P_ ((struct frame *, int));
|
||||
extern int x_bitmap_pixmap P_ ((struct frame *, int));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue