From 2595231f32ec38a0d895f52c8db48ab400674574 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 9 Jan 2003 19:27:29 +0000 Subject: [PATCH] Set PuTTY's canBackground flag so that it receives CPU time (to process incoming data) while in the background. git-svn-id: svn://svn.tartarus.org/sgt/putty@2520 cda61777-01e9-0310-a592-d414129be87e --- mac/mac_res.r | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/mac_res.r b/mac/mac_res.r index a7897d06..ee34fe1e 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.11 2003/01/09 19:27:29 ben Exp $ */ /* * Copyright (c) 1999, 2002 Ben Harris * All rights reserved. @@ -57,7 +57,7 @@ resource 'SIZE' (-1) { reserved, ignoreSuspendResumeEvents, reserved, - cannotBackground, + canBackground, needsActivateOnFGSwitch, backgroundAndForeground, dontGetFrontClicks, -- 2.11.0