mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 10:12:24 +00:00
Set PuTTY's canBackground flag so that it receives CPU time (to process
incoming data) while in the background. [originally from svn r2520]
This commit is contained in:
parent
f11987f988
commit
627566b1f6
@ -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
|
* Copyright (c) 1999, 2002 Ben Harris
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
@ -57,7 +57,7 @@ resource 'SIZE' (-1) {
|
|||||||
reserved,
|
reserved,
|
||||||
ignoreSuspendResumeEvents,
|
ignoreSuspendResumeEvents,
|
||||||
reserved,
|
reserved,
|
||||||
cannotBackground,
|
canBackground,
|
||||||
needsActivateOnFGSwitch,
|
needsActivateOnFGSwitch,
|
||||||
backgroundAndForeground,
|
backgroundAndForeground,
|
||||||
dontGetFrontClicks,
|
dontGetFrontClicks,
|
||||||
|
Loading…
Reference in New Issue
Block a user