aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-08-11 10:32:39 +1000
committernyamatongwe <unknown>2011-08-11 10:32:39 +1000
commitea0e865831c66451139e116f0e709df58319c437 (patch)
tree9274dd9f9783ab446cba4b2238e76b7081dbb671 /include
parent8bf7c53bd47fa32dd162d9db1063545537b1bb5f (diff)
downloadscintilla-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')
-rw-r--r--include/Scintilla.h2
-rw-r--r--include/Scintilla.iface2
2 files changed, 2 insertions, 2 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
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index a578bf3fc..c5b58caae 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2195,7 +2195,7 @@ fun void ScrollToStart=2628(,)
fun void ScrollToEnd=2629(,)
val SC_TECHNOLOGY_DEFAULT=0
-val SC_TECHNOLOGY_DIRECTWRITE=0
+val SC_TECHNOLOGY_DIRECTWRITE=1
# Set the technolgy used.
set void SetTechnology=2630(int technology,)