aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CallTip.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-08-08 00:33:23 +0000
committernyamatongwe <devnull@localhost>2004-08-08 00:33:23 +0000
commit84b6c8b8943e9d78a2e0194209dafb09f8a09f17 (patch)
tree340008139231ee1c12401a04eb69700f8c2eefcf /src/CallTip.h
parent9c94c8636caac2850e15073c3a40b862cfb74cd9 (diff)
downloadscintilla-mirror-84b6c8b8943e9d78a2e0194209dafb09f8a09f17.tar.gz
Patch from Niki Spahiev to use correct character set in calltips.
Diffstat (limited to 'src/CallTip.h')
-rw-r--r--src/CallTip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CallTip.h b/src/CallTip.h
index ffaedb077..feff7ea0b 100644
--- a/src/CallTip.h
+++ b/src/CallTip.h
@@ -52,7 +52,8 @@ public:
/// Setup the calltip and return a rectangle of the area required.
PRectangle CallTipStart(int pos, Point pt, const char *defn,
- const char *faceName, int size, int codePage_, Window &wParent);
+ const char *faceName, int size, int codePage_,
+ int characterSet, Window &wParent);
void CallTipCancel();