Re: [PATCH] Painter split

2002-06-12 Thread Asger K. Alstrup Nielsen
On Tue, 11 Jun 2002, John Levon wrote: > o s/PainterBase/Painter/ as discussed before > o s/Painter/XPainter/ in xforms/ > o remove some unused stuff in Painter > o add begin()/end() for the benefit of Qt (not used yet) > > Look OK ? Looks good to me. > (Asger, should I put you as original auth

[PATCH] Painter split

2002-06-11 Thread John Levon
o s/PainterBase/Painter/ as discussed before o s/Painter/XPainter/ in xforms/ o remove some unused stuff in Painter o add begin()/end() for the benefit of Qt (not used yet) Look OK ? (Asger, should I put you as original author ? You and Lars ??) thanks john Index: Painter.C ==