From b74d888e9d72a7a61295dccfee1f07465f5be867 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 24 Jul 2012 15:29:48 +1000 Subject: Add ncurses platform. Rest of the implementation is an external project. From Mitchell Foral. --- src/CallTip.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/CallTip.h') diff --git a/src/CallTip.h b/src/CallTip.h index 657e0caa1..fdc4db86f 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -50,6 +50,11 @@ public: int codePage; int clickPlace; + int insetX; // text inset in x from calltip border + int widthArrow; + int borderHeight; + int verticalOffset; // pixel offset up or down of the calltip with respect to the line + CallTip(); ~CallTip(); -- cgit v1.2.3