From 33dc4226a8c21e640bc1b4d7c56f41e2f0bdcc3f Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 31 Oct 2005 18:39:19 +0000 Subject: Cleanup in preparation for multiline tags. --- src/cmd/acme/dat.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/cmd/acme/dat.h') diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 7785bf9f..8ac265c9 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -212,7 +212,7 @@ uint textload(Text*, uint, char*, int); Rune textreadc(Text*, uint); void textredraw(Text*, Rectangle, Font*, Image*, int); void textreset(Text*); -int textresize(Text*, Rectangle); +int textresize(Text*, Rectangle, int); void textscrdraw(Text*); void textscroll(Text*, int); void textselect(Text*); @@ -264,6 +264,10 @@ struct Window int utflastqid; int utflastboff; int utflastq; + int tagsafe; /* taglines is correct */ + int tagexpand; + int taglines; + Rectangle tagtop; }; void wininit(Window*, Window*, Rectangle); @@ -276,7 +280,7 @@ void winsetname(Window*, Rune*, int); void winsettag(Window*); void winsettag1(Window*); void wincommit(Window*, Text*); -int winresize(Window*, Rectangle, int); +int winresize(Window*, Rectangle, int, int); void winclose(Window*); void windelete(Window*); int winclean(Window*, int); -- cgit v1.2.3