From fdbc467f23e1f47db1c920f1d698a3a2bf0270a5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 5 Apr 2003 03:37:14 +0000 Subject: Positioning window so that function name lines up with editor window even when there are up and down arrows. Repositioned arrows. --- src/CallTip.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/CallTip.h') diff --git a/src/CallTip.h b/src/CallTip.h index ff61f32a5..ffaedb077 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -18,11 +18,12 @@ class CallTip { int xUp; int xDown; int lineHeight; + int offsetMain; // Private so CallTip objects can not be copied CallTip(const CallTip &) {} CallTip &operator=(const CallTip &) { return *this; } - void DrawChunk(Surface *surface, int &x, const char *s, - int posStart, int posEnd, int ytext, PRectangle rcClient, + void DrawChunk(Surface *surface, int &x, const char *s, + int posStart, int posEnd, int ytext, PRectangle rcClient, bool highlight, bool draw); int PaintContents(Surface *surfaceWindow, bool draw); -- cgit v1.2.3