aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-09-14 01:47:27 +0000
committernyamatongwe <devnull@localhost>2000-09-14 01:47:27 +0000
commitb615d63b8bff7320c123fdc1dc486c3ff48cf6cd (patch)
tree03242e479ad163ecd63f081fdec41bdd2e2ce4ba /include/Scintilla.h
parent8493d793a070ad2020c4c7a854c0c4e00034e4a4 (diff)
downloadscintilla-mirror-b615d63b8bff7320c123fdc1dc486c3ff48cf6cd.tar.gz
Markus added some more print modes.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 07fa3d925..bc334ea09 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -215,6 +215,8 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara
#define SC_PRINT_NORMAL 0
#define SC_PRINT_INVERTLIGHT 1
#define SC_PRINT_BLACKONWHITE 2
+#define SC_PRINT_COLOURONWHITE 3
+#define SC_PRINT_COLOURONWHITEDEFAULTBG 4
#define SCI_SETPRINTCOLOURMODE 2148
#define SCI_GETPRINTCOLOURMODE 2149
#define SCFIND_DOWN 1