X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0ea281610ee0e0ce24338014cd73851c8797ae87..c47df58bdb10d47e243beabf4b76b0b2c14cab82:/mac/mac_res.r diff --git a/mac/mac_res.r b/mac/mac_res.r index a7897d06..9b38f9de 100644 --- a/mac/mac_res.r +++ b/mac/mac_res.r @@ -1,4 +1,4 @@ -/* $Id: mac_res.r,v 1.10 2003/01/03 12:20:14 ben Exp $ */ +/* $Id: mac_res.r,v 1.14 2003/01/15 23:46:11 ben Exp $ */ /* * Copyright (c) 1999, 2002 Ben Harris * All rights reserved. @@ -42,6 +42,12 @@ #include "macresid.h" /* + * Current PuTTY version number. Minor is in BCD + */ +#define VERSION_MAJOR 0x00 +#define VERSION_MINOR 0x53 + +/* * Finder-related resources */ @@ -57,7 +63,7 @@ resource 'SIZE' (-1) { reserved, ignoreSuspendResumeEvents, reserved, - cannotBackground, + canBackground, needsActivateOnFGSwitch, backgroundAndForeground, dontGetFrontClicks, @@ -66,7 +72,7 @@ resource 'SIZE' (-1) { notHighLevelEventAware, onlyLocalHLEvents, notStationeryAware, - useTextEditServices, + dontUseTextEditServices, reserved, reserved, reserved, @@ -345,7 +351,7 @@ resource 'icl8' (130, purgeable) { resource 'vers' (1, purgeable) { /* XXX This needs to be updated for each new version */ - 0x00, 0x53, + VERSION_MAJOR, VERSION_MINOR, #ifdef RELEASE beta, #else @@ -369,7 +375,7 @@ resource 'vers' (1, purgeable) { resource 'vers' (2, purgeable) { /* XXX This needs to be updated for each new version */ - 0x00, 0x53, + VERSION_MAJOR, VERSION_MINOR, #ifdef RELEASE beta, #else @@ -596,5 +602,3 @@ resource 'TEXT' (wLicence, "licence", purgeable) { "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE " "SOFTWARE." }; - -read 'pTST' (128, "test data", purgeable) "fragment";