comparison 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
comparison
equal deleted inserted replaced
224:4663b37daab6 225:12579d965149
719 /* Motif and Athena scrollbars behave differently, but in accordance 719 /* Motif and Athena scrollbars behave differently, but in accordance
720 with their standard behaviors. It is not possible to hide the 720 with their standard behaviors. It is not possible to hide the
721 differences down in lwlib because knowledge of XEmacs buffer and 721 differences down in lwlib because knowledge of XEmacs buffer and
722 cursor motion routines is necessary. */ 722 cursor motion routines is necessary. */
723 #if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) || \ 723 #if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) || \
724 defined (LWLIB_SCROLLBARS_ATHENA3D) 724 defined (LWLIB_SCROLLBARS_ATHENA3D) || defined(HAVE_MS_WINDOWS)
725 window_scroll (window, Qnil, -1, ERROR_ME_NOT); 725 window_scroll (window, Qnil, -1, ERROR_ME_NOT);
726 #else /* Athena */ 726 #else /* Athena */
727 { 727 {
728 Bufpos bufpos; 728 Bufpos bufpos;
729 Lisp_Object value = Fcdr (object); 729 Lisp_Object value = Fcdr (object);
760 /* Motif and Athena scrollbars behave differently, but in accordance 760 /* Motif and Athena scrollbars behave differently, but in accordance
761 with their standard behaviors. It is not possible to hide the 761 with their standard behaviors. It is not possible to hide the
762 differences down in lwlib because knowledge of XEmacs buffer and 762 differences down in lwlib because knowledge of XEmacs buffer and
763 cursor motion routines is necessary. */ 763 cursor motion routines is necessary. */
764 #if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) || \ 764 #if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) || \
765 defined (LWLIB_SCROLLBARS_ATHENA3D) 765 defined (LWLIB_SCROLLBARS_ATHENA3D) || defined (HAVE_MS_WINDOWS)
766 window_scroll (window, Qnil, 1, ERROR_ME_NOT); 766 window_scroll (window, Qnil, 1, ERROR_ME_NOT);
767 #else /* Athena */ 767 #else /* Athena */
768 { 768 {
769 Lisp_Object value = Fcdr (object); 769 Lisp_Object value = Fcdr (object);
770 CHECK_INT (value); 770 CHECK_INT (value);