emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/msdos.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/msdos.c
Date: Sun, 24 Aug 2003 11:06:42 -0400

Index: emacs/src/msdos.c
diff -c emacs/src/msdos.c:1.185 emacs/src/msdos.c:1.186
*** emacs/src/msdos.c:1.185     Sun Aug 24 08:58:34 2003
--- emacs/src/msdos.c   Sun Aug 24 11:06:41 2003
***************
*** 1436,1442 ****
        /* Find the glyph under X.  */
        glyph = (row->glyphs[TEXT_AREA]
               + x
!              /* Does MS-DOG really support scroll-bars??  ++KFS */
               - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w));
        end = glyph + row->used[TEXT_AREA];
        if (glyph < end
--- 1436,1442 ----
        /* Find the glyph under X.  */
        glyph = (row->glyphs[TEXT_AREA]
               + x
!              /* in case someone implements scroll bars some day... */
               - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w));
        end = glyph + row->used[TEXT_AREA];
        if (glyph < end




reply via email to

[Prev in Thread] Current Thread [Next in Thread]