diff options
author | Paul Mackerras <paulus@samba.org> | 2006-10-14 19:21:02 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-23 20:55:52 +1000 |
commit | 66e46f37de3ed3211a8ae0e8fc09c063bc3a1e08 (patch) | |
tree | 99c9d46ed3bfe5a98deb8eabcf023eaeb3d9318b /commit.c | |
parent | 00609463979c3a2549c0c917a206345f51975b5d (diff) | |
download | git-66e46f37de3ed3211a8ae0e8fc09c063bc3a1e08.tar.gz |
gitk: Store ids in rowrangelist and idrowranges rather than row numbers
This removes the need for insertrow to go through rowrangelist and
idrowranges and adjust a lot of entries. The first entry for a given
id is now the row number of the first child, not that row number + 1,
and rowranges compensates for that so its callers didn't have to
change. This adds a ranges argument to drawlineseg so that we can
avoid calling rowranges a second time inside drawlineseg (all its
callers already called rowranges).
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions