]> code.delx.au - gnu-emacs/blobdiff - src/dispextern.h
(set_cursor_from_row): Look for non-nil `cursor' property
[gnu-emacs] / src / dispextern.h
index 6583e6a40c4952a68fd9596a6312efb1ef66b25e..0dd9f3ed428af9626ef58b53d826989a193d4f09 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface definitions for display code.
-   Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1985,93,94,97,98,99, 2000,01,02,03, 2004
      Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -99,7 +99,8 @@ enum window_part
   ON_LEFT_FRINGE,
   ON_RIGHT_FRINGE,
   ON_LEFT_MARGIN,
-  ON_RIGHT_MARGIN
+  ON_RIGHT_MARGIN,
+  ON_SCROLL_BAR
 };
 
 /* Number of bits allocated to store fringe bitmap numbers.  */