diff options
| author | nyamatongwe <unknown> | 2010-12-29 14:06:41 +1100 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-12-29 14:06:41 +1100 |
| commit | 31737b420ad29036871f1551dd667a3f37e006e4 (patch) | |
| tree | 25fc31466b8fcc5b91a0246244b28b7527e5cd77 /win32/PlatformRes.h | |
| parent | a706d60ac6e2a8ddf0dd9bb8fbf6cda755da4a5a (diff) | |
| download | scintilla-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/PlatformRes.h')
| -rw-r--r-- | win32/PlatformRes.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/win32/PlatformRes.h b/win32/PlatformRes.h deleted file mode 100644 index bbffcbac7..000000000 --- a/win32/PlatformRes.h +++ /dev/null @@ -1,8 +0,0 @@ -// Scintilla source code edit control -/** @file PlatformRes.h - ** Defines IDs of resources used by Scintilla on Windows platform. - **/ -// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> -// The License.txt file describes the conditions under which this software may be distributed. - -#define IDC_MARGIN 400 |
