diff options
| author | Jim Blandy | 1992-07-13 20:53:59 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-07-13 20:53:59 +0000 |
| commit | ff11dfa15b3b56559bac0d5c6b0a26a80d2d5f6d (patch) | |
| tree | 1d3957068bbd0a226e1bf934d04b099b2c0d15b8 /src/lisp.h | |
| parent | 502b9b6441d9c3ce0fdc5f671447f30f11fb5afb (diff) | |
| download | emacs-ff11dfa15b3b56559bac0d5c6b0a26a80d2d5f6d.tar.gz emacs-ff11dfa15b3b56559bac0d5c6b0a26a80d2d5f6d.zip | |
*** empty log message ***
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/src/lisp.h b/src/lisp.h index d981fd74bc5..070ad977f0a 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -86,9 +86,9 @@ enum Lisp_Type | |||
| 86 | XOBJFWD(obj) points to the Lisp_Object variable. */ | 86 | XOBJFWD(obj) points to the Lisp_Object variable. */ |
| 87 | Lisp_Objfwd, | 87 | Lisp_Objfwd, |
| 88 | 88 | ||
| 89 | /* Pointer to a vector-like object describing a display screen | 89 | /* Pointer to a vector-like object describing a display frame |
| 90 | on which Emacs can display a window hierarchy. */ | 90 | on which Emacs can display a window hierarchy. */ |
| 91 | Lisp_Screen, | 91 | Lisp_Frame, |
| 92 | 92 | ||
| 93 | /* Used when a FILE * value needs to be passed | 93 | /* Used when a FILE * value needs to be passed |
| 94 | in an argument of type Lisp_Object. | 94 | in an argument of type Lisp_Object. |
| @@ -840,7 +840,7 @@ extern Lisp_Object Qcdr; | |||
| 840 | extern Lisp_Object Qfloatp, Qinteger_or_floatp, Qinteger_or_float_or_marker_p; | 840 | extern Lisp_Object Qfloatp, Qinteger_or_floatp, Qinteger_or_float_or_marker_p; |
| 841 | #endif /* LISP_FLOAT_TYPE */ | 841 | #endif /* LISP_FLOAT_TYPE */ |
| 842 | 842 | ||
| 843 | extern Lisp_Object Qscreenp; | 843 | extern Lisp_Object Qframep; |
| 844 | 844 | ||
| 845 | extern Lisp_Object Feq (), Fnull (), Flistp (), Fconsp (), Fatom (), Fnlistp (); | 845 | extern Lisp_Object Feq (), Fnull (), Flistp (), Fconsp (), Fatom (), Fnlistp (); |
| 846 | extern Lisp_Object Fintegerp (), Fnatnump (), Fsymbolp (); | 846 | extern Lisp_Object Fintegerp (), Fnatnump (), Fsymbolp (); |
| @@ -1040,35 +1040,35 @@ extern Lisp_Object Fset_window_configuration (), Fcurrent_window_configuration ( | |||
| 1040 | extern Lisp_Object Fcoordinates_in_window_p (); | 1040 | extern Lisp_Object Fcoordinates_in_window_p (); |
| 1041 | extern Lisp_Object Fwindow_at (); | 1041 | extern Lisp_Object Fwindow_at (); |
| 1042 | 1042 | ||
| 1043 | /* defined in screen.c */ | 1043 | /* defined in frame.c */ |
| 1044 | extern Lisp_Object Fscreenp (); | 1044 | extern Lisp_Object Fframep (); |
| 1045 | extern Lisp_Object Fselect_screen (); | 1045 | extern Lisp_Object Fselect_frame (); |
| 1046 | extern Lisp_Object Ffocus_screen (); | 1046 | extern Lisp_Object Ffocus_frame (); |
| 1047 | extern Lisp_Object Funfocus_screen (); | 1047 | extern Lisp_Object Funfocus_frame (); |
| 1048 | extern Lisp_Object Fselected_screen (); | 1048 | extern Lisp_Object Fselected_frame (); |
| 1049 | extern Lisp_Object Fwindow_screen (); | 1049 | extern Lisp_Object Fwindow_frame (); |
| 1050 | extern Lisp_Object Fscreen_root_window (); | 1050 | extern Lisp_Object Fframe_root_window (); |
| 1051 | extern Lisp_Object Fscreen_selected_window (); | 1051 | extern Lisp_Object Fframe_selected_window (); |
| 1052 | extern Lisp_Object Fscreen_list (); | 1052 | extern Lisp_Object Fframe_list (); |
| 1053 | extern Lisp_Object Fnext_screen (); | 1053 | extern Lisp_Object Fnext_frame (); |
| 1054 | extern Lisp_Object Fdelete_screen (); | 1054 | extern Lisp_Object Fdelete_frame (); |
| 1055 | extern Lisp_Object Fread_mouse_position (); | 1055 | extern Lisp_Object Fread_mouse_position (); |
| 1056 | extern Lisp_Object Fset_mouse_position (); | 1056 | extern Lisp_Object Fset_mouse_position (); |
| 1057 | extern Lisp_Object Fmake_screen_visible (); | 1057 | extern Lisp_Object Fmake_frame_visible (); |
| 1058 | extern Lisp_Object Fmake_screen_invisible (); | 1058 | extern Lisp_Object Fmake_frame_invisible (); |
| 1059 | extern Lisp_Object Ficonify_screen (); | 1059 | extern Lisp_Object Ficonify_frame (); |
| 1060 | extern Lisp_Object Fdeiconify_screen (); | 1060 | extern Lisp_Object Fdeiconify_frame (); |
| 1061 | extern Lisp_Object Fscreen_visible_p (); | 1061 | extern Lisp_Object Fframe_visible_p (); |
| 1062 | extern Lisp_Object Fvisible_screen_list (); | 1062 | extern Lisp_Object Fvisible_frame_list (); |
| 1063 | extern Lisp_Object Fscreen_parameters (); | 1063 | extern Lisp_Object Fframe_parameters (); |
| 1064 | extern Lisp_Object Fmodify_screen_parameters (); | 1064 | extern Lisp_Object Fmodify_frame_parameters (); |
| 1065 | extern Lisp_Object Fscreen_pixel_size (); | 1065 | extern Lisp_Object Fframe_pixel_size (); |
| 1066 | extern Lisp_Object Fscreen_height (); | 1066 | extern Lisp_Object Fframe_height (); |
| 1067 | extern Lisp_Object Fscreen_width (); | 1067 | extern Lisp_Object Fframe_width (); |
| 1068 | extern Lisp_Object Fset_screen_height (); | 1068 | extern Lisp_Object Fset_frame_height (); |
| 1069 | extern Lisp_Object Fset_screen_width (); | 1069 | extern Lisp_Object Fset_frame_width (); |
| 1070 | extern Lisp_Object Fset_screen_size (); | 1070 | extern Lisp_Object Fset_frame_size (); |
| 1071 | extern Lisp_Object Fset_screen_position (); | 1071 | extern Lisp_Object Fset_frame_position (); |
| 1072 | #ifndef HAVE_X11 | 1072 | #ifndef HAVE_X11 |
| 1073 | extern Lisp_Object Frubber_band_rectangle (); | 1073 | extern Lisp_Object Frubber_band_rectangle (); |
| 1074 | #endif /* HAVE_X11 */ | 1074 | #endif /* HAVE_X11 */ |