From 9a231ff8310cca15f4b9cc19a34beb6faf8c5828 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 29 Dec 2010 14:06:41 +1100 Subject: 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. --- win32/PlatformRes.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 win32/PlatformRes.h (limited to 'win32/PlatformRes.h') 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 -// The License.txt file describes the conditions under which this software may be distributed. - -#define IDC_MARGIN 400 -- cgit v1.2.3