diff options
| author | Kim F. Storm | 2004-03-11 00:24:27 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-03-11 00:24:27 +0000 |
| commit | 1a1203b0500f1adc5fedc6e8aba6a7f8a3eaa327 (patch) | |
| tree | 575a67e78b19f575c3e57135763ee6df637d8692 | |
| parent | 1f5a8e4a274481ea48f64098215b79d3610601d2 (diff) | |
| download | emacs-1a1203b0500f1adc5fedc6e8aba6a7f8a3eaa327.tar.gz emacs-1a1203b0500f1adc5fedc6e8aba6a7f8a3eaa327.zip | |
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
(x_reference_bitmap, x_create_bitmap_from_data)
(x_create_bitmap_from_file, x_destroy_bitmap)
(x_create_bitmap_mask): Move prototypes to dispextern.h.
| -rw-r--r-- | src/xterm.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xterm.h b/src/xterm.h index b7f46a8abd4..1d43414cf54 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -1025,15 +1025,6 @@ extern Lisp_Object x_property_data_to_lisp P_ ((struct frame *, | |||
| 1025 | 1025 | ||
| 1026 | extern struct x_display_info * check_x_display_info P_ ((Lisp_Object frame)); | 1026 | extern struct x_display_info * check_x_display_info P_ ((Lisp_Object frame)); |
| 1027 | extern int have_menus_p P_ ((void)); | 1027 | extern int have_menus_p P_ ((void)); |
| 1028 | extern int x_bitmap_height P_ ((struct frame *, int)); | ||
| 1029 | extern int x_bitmap_width P_ ((struct frame *, int)); | ||
| 1030 | extern int x_bitmap_pixmap P_ ((struct frame *, int)); | ||
| 1031 | extern void x_reference_bitmap P_ ((struct frame *, int)); | ||
| 1032 | extern int x_create_bitmap_from_data P_ ((struct frame *, char *, | ||
| 1033 | unsigned int, unsigned int)); | ||
| 1034 | extern int x_create_bitmap_from_file P_ ((struct frame *, Lisp_Object)); | ||
| 1035 | extern void x_destroy_bitmap P_ ((struct frame *, int)); | ||
| 1036 | extern int x_create_bitmap_mask P_ ((struct frame * , int)); | ||
| 1037 | 1028 | ||
| 1038 | #ifdef USE_GTK | 1029 | #ifdef USE_GTK |
| 1039 | extern int xg_set_icon P_ ((struct frame *, Lisp_Object)); | 1030 | extern int xg_set_icon P_ ((struct frame *, Lisp_Object)); |