Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | c42ec1d1cded |
children | 57709be46d1b |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
157 void console_type_create_menubar_x (void); | 157 void console_type_create_menubar_x (void); |
158 void console_type_create_objects_x (void); | 158 void console_type_create_objects_x (void); |
159 void console_type_create_redisplay_x (void); | 159 void console_type_create_redisplay_x (void); |
160 void console_type_create_scrollbar_x (void); | 160 void console_type_create_scrollbar_x (void); |
161 void console_type_create_toolbar_x (void); | 161 void console_type_create_toolbar_x (void); |
162 void console_type_create_dialog_x (void); | |
162 void console_type_create_mswindows (void); | 163 void console_type_create_mswindows (void); |
163 void console_type_create_device_mswindows (void); | 164 void console_type_create_device_mswindows (void); |
164 void console_type_create_frame_mswindows (void); | 165 void console_type_create_frame_mswindows (void); |
165 void console_type_create_menubar_mswindows (void); | 166 void console_type_create_menubar_mswindows (void); |
166 void console_type_create_objects_mswindows (void); | 167 void console_type_create_objects_mswindows (void); |
167 void console_type_create_redisplay_mswindows (void); | 168 void console_type_create_redisplay_mswindows (void); |
168 void console_type_create_scrollbar_mswindows (void); | 169 void console_type_create_scrollbar_mswindows (void); |
169 void console_type_create_toolbar_mswindows (void); | 170 void console_type_create_toolbar_mswindows (void); |
170 void console_type_create_glyphs_mswindows (void); | 171 void console_type_create_glyphs_mswindows (void); |
172 void console_type_create_dialog_mswindows (void); | |
171 | 173 |
172 /* Initialize the specifier types (dump-time only). */ | 174 /* Initialize the specifier types (dump-time only). */ |
173 | 175 |
174 void specifier_type_create (void); | 176 void specifier_type_create (void); |
175 void specifier_type_create_image (void); | 177 void specifier_type_create_image (void); |
230 void vars_of_device_x (void); | 232 void vars_of_device_x (void); |
231 void vars_of_dialog (void); | 233 void vars_of_dialog (void); |
232 void vars_of_dialog_x (void); | 234 void vars_of_dialog_x (void); |
233 void vars_of_dired (void); | 235 void vars_of_dired (void); |
234 void vars_of_doc (void); | 236 void vars_of_doc (void); |
237 void vars_of_dragdrop (void); | |
235 void vars_of_editfns (void); | 238 void vars_of_editfns (void); |
236 void vars_of_elhash (void); | 239 void vars_of_elhash (void); |
237 void vars_of_emacs (void); | 240 void vars_of_emacs (void); |
238 void vars_of_eval (void); | 241 void vars_of_eval (void); |
239 void vars_of_event_stream (void); | 242 void vars_of_event_stream (void); |