aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/Scintilla.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 61c393324..be1230821 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -236,6 +236,10 @@ void Scintilla_RegisterClasses(HINSTANCE hInstance);
#define SCI_GETSELECTIONSTART SCI_START + 143
#define SCI_SETSELECTIONEND SCI_START + 144
#define SCI_GETSELECTIONEND SCI_START + 145
+#define SCI_SETPRINTMAGNIFICATION SCI_START + 146
+#define SCI_GETPRINTMAGNIFICATION SCI_START + 147
+#define SCI_SETPRINTINVERTLIGHT SCI_START + 148
+#define SCI_GETPRINTINVERTLIGHT SCI_START + 149
#define SCI_CALLTIPSHOW SCI_START + 200
#define SCI_CALLTIPCANCEL SCI_START + 201