Mercurial > hg > xemacs-beta
diff src/scrollbar.c @ 225:12579d965149 r20-4b11
Import from CVS: tag r20-4b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:11:40 +0200 |
parents | 3d6bfa290dbd |
children | 0e522484dd2a |
line wrap: on
line diff
--- a/src/scrollbar.c Mon Aug 13 10:10:55 2007 +0200 +++ b/src/scrollbar.c Mon Aug 13 10:11:40 2007 +0200 @@ -721,7 +721,7 @@ differences down in lwlib because knowledge of XEmacs buffer and cursor motion routines is necessary. */ #if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) || \ - defined (LWLIB_SCROLLBARS_ATHENA3D) + defined (LWLIB_SCROLLBARS_ATHENA3D) || defined(HAVE_MS_WINDOWS) window_scroll (window, Qnil, -1, ERROR_ME_NOT); #else /* Athena */ { @@ -762,7 +762,7 @@ differences down in lwlib because knowledge of XEmacs buffer and cursor motion routines is necessary. */ #if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) || \ - defined (LWLIB_SCROLLBARS_ATHENA3D) + defined (LWLIB_SCROLLBARS_ATHENA3D) || defined (HAVE_MS_WINDOWS) window_scroll (window, Qnil, 1, ERROR_ME_NOT); #else /* Athena */ {