diff options
author | nyamatongwe <devnull@localhost> | 2011-08-10 23:56:59 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-08-10 23:56:59 +1000 |
commit | 6860b289d19541ccb8d5be31c81c0f1aa992e9d7 (patch) | |
tree | a956b90c8d42a4f6041dce7251007f0b7e8e12d7 /src/AutoComplete.h | |
parent | 4b3344ecf4e02df4ad1530e4b46d477457d73f95 (diff) | |
download | scintilla-mirror-6860b289d19541ccb8d5be31c81c0f1aa992e9d7.tar.gz |
Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite
to run at the same time for different windows and operations.
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r-- | src/AutoComplete.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h index f48cb0551..aefab120a 100644 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -40,7 +40,7 @@ public: /// Display the auto completion list positioned to be near a character position void Start(Window &parent, int ctrlID, int position, Point location, - int startLen_, int lineHeight, bool unicodeMode); + int startLen_, int lineHeight, bool unicodeMode, int technology); /// The stop chars are characters which, when typed, cause the auto completion list to disappear void SetStopChars(const char *stopChars_); |