From 9d5f8be054e6c3289b7730935664c0baf65e4c51 Mon Sep 17 00:00:00 2001 From: jrxx Date: Mon, 17 Jan 2011 16:04:20 -0600 Subject: Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN. --- src/ViewStyle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index cd6dc1a28..6ca488dff 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -20,6 +20,7 @@ public: int width; int mask; bool sensitive; + int cursor; MarginStyle(); }; -- cgit v1.2.3