aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-08-11 10:32:39 +1000
committernyamatongwe <devnull@localhost>2011-08-11 10:32:39 +1000
commitf09627bdb8c597bcc8055b6ce370062a06ad1c37 (patch)
tree559530ca5161394842d67a1677950f1b3863e75c /include/Scintilla.iface
parent6860b289d19541ccb8d5be31c81c0f1aa992e9d7 (diff)
downloadscintilla-mirror-f09627bdb8c597bcc8055b6ce370062a06ad1c37.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.iface')
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
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,)