diff src/emacs.c @ 225:12579d965149 r20-4b11

Import from CVS: tag r20-4b11
author cvs
date Mon, 13 Aug 2007 10:11:40 +0200
parents 2c611d1463a6
children 0e522484dd2a
line wrap: on
line diff
--- a/src/emacs.c	Mon Aug 13 10:10:55 2007 +0200
+++ b/src/emacs.c	Mon Aug 13 10:11:40 2007 +0200
@@ -973,6 +973,9 @@
       console_type_create_frame_mswindows ();
       console_type_create_objects_mswindows ();
       console_type_create_redisplay_mswindows ();
+# ifdef HAVE_SCROLLBARS
+      console_type_create_scrollbar_mswindows ();
+# endif
 #endif
 
       /* Now initialize the specifier types and associated symbols.
@@ -1209,6 +1212,9 @@
       vars_of_frame_mswindows ();
       vars_of_objects_mswindows ();
       vars_of_select_mswindows ();
+#ifdef HAVE_SCROLLBARS
+      vars_of_scrollbar_mswindows ();
+#endif
 #endif
 
 #ifdef MULE