aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-08-10 23:56:59 +1000
committernyamatongwe <unknown>2011-08-10 23:56:59 +1000
commit8bf7c53bd47fa32dd162d9db1063545537b1bb5f (patch)
treec401b75620e16fa591de3aca73465f7c5d471653 /include/Scintilla.h
parent305b3107ba2abd43e3ed635916c3cad52dc605fe (diff)
downloadscintilla-mirror-8bf7c53bd47fa32dd162d9db1063545537b1bb5f.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 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index c7b9944d8..0aec0c8df 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -827,6 +827,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_REGISTERRGBAIMAGE 2627
#define SCI_SCROLLTOSTART 2628
#define SCI_SCROLLTOEND 2629
+#define SC_TECHNOLOGY_DEFAULT 0
+#define SC_TECHNOLOGY_DIRECTWRITE 0
+#define SCI_SETTECHNOLOGY 2630
+#define SCI_GETTECHNOLOGY 2631
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001