diff options
| author | nyamatongwe <unknown> | 2011-08-11 10:32:39 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-08-11 10:32:39 +1000 |
| commit | ea0e865831c66451139e116f0e709df58319c437 (patch) | |
| tree | 9274dd9f9783ab446cba4b2238e76b7081dbb671 /include/Scintilla.h | |
| parent | 8bf7c53bd47fa32dd162d9db1063545537b1bb5f (diff) | |
| download | scintilla-mirror-ea0e865831c66451139e116f0e709df58319c437.tar.gz | |
Implemented parallel stacks for GDI and DirectWrite. GDI works
but DirectWrite does not draw well and eventuall crashes.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 0aec0c8df..c8ffba04e 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -828,7 +828,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SCROLLTOSTART 2628 #define SCI_SCROLLTOEND 2629 #define SC_TECHNOLOGY_DEFAULT 0 -#define SC_TECHNOLOGY_DIRECTWRITE 0 +#define SC_TECHNOLOGY_DIRECTWRITE 1 #define SCI_SETTECHNOLOGY 2630 #define SCI_GETTECHNOLOGY 2631 #define SCI_STARTRECORD 3001 |
