Set PuTTY's canBackground flag so that it receives CPU time (to process
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Thu, 9 Jan 2003 19:27:29 +0000 (19:27 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Thu, 9 Jan 2003 19:27:29 +0000 (19:27 +0000)
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

index a7897d0..ee34fe1 100644 (file)
@@ -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,