summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-07-25 17:44:33 +0000
committerRichard M. Stallman <rms@gnu.org>2004-07-25 17:44:33 +0000
commitab431b61cd97c306aee286644084d5e2d1923de9 (patch)
treeb82eee8e98c1bc7e518ec14ad33a75e0d9b6df7f /src/dispextern.h
parent6487f669677b970c9b486cfeed6b6dff412ecec3 (diff)
downloademacs-ab431b61cd97c306aee286644084d5e2d1923de9.tar.gz
(enum window_part): Add ON_SCROLL_BAR.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 10754a4c01d..0dd9f3ed428 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -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. */