aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintRes.rc
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-12-29 14:06:41 +1100
committernyamatongwe <unknown>2010-12-29 14:06:41 +1100
commit31737b420ad29036871f1551dd667a3f37e006e4 (patch)
tree25fc31466b8fcc5b91a0246244b28b7527e5cd77 /win32/ScintRes.rc
parenta706d60ac6e2a8ddf0dd9bb8fbf6cda755da4a5a (diff)
downloadscintilla-mirror-31737b420ad29036871f1551dd667a3f37e006e4.tar.gz
Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.
Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor.
Diffstat (limited to 'win32/ScintRes.rc')
-rw-r--r--win32/ScintRes.rc4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc
index 802917f29..f228c1990 100644
--- a/win32/ScintRes.rc
+++ b/win32/ScintRes.rc
@@ -4,8 +4,6 @@
#include <windows.h>
-#include "PlatformRes.h"
-
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2, 2, 3, 0
PRODUCTVERSION 2, 2, 3, 0
@@ -34,5 +32,3 @@ BEGIN
END
END
END
-
-IDC_MARGIN CURSOR DISCARDABLE "Margin.cur"