aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CallTip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CallTip.h')
-rw-r--r--src/CallTip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CallTip.h b/src/CallTip.h
index feff7ea0b..53eec832a 100644
--- a/src/CallTip.h
+++ b/src/CallTip.h
@@ -15,8 +15,8 @@ class CallTip {
int endHighlight;
char *val;
Font font;
- int xUp;
- int xDown;
+ PRectangle rectUp;
+ PRectangle rectDown;
int lineHeight;
int offsetMain;
// Private so CallTip objects can not be copied