]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/scintilla/src/CallTip.h
docopydocs is not needed for this script.
[wxWidgets.git] / src / stc / scintilla / src / CallTip.h
index feff7ea0b1ef4355e9a65efdd6f62e538a85dfd4..53eec832a25e3a48128f8ffeebd650aff97b17e1 100644 (file)
@@ -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