mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
added SIZE resource
[originally from svn r47]
This commit is contained in:
parent
96b834257c
commit
4e2815c91f
23
putty.r
23
putty.r
@ -1,4 +1,4 @@
|
||||
/* $Id: putty.r,v 1.1.2.1 1999/02/19 20:52:58 ben Exp $ */
|
||||
/* $Id: putty.r,v 1.1.2.2 1999/02/19 22:06:36 ben Exp $ */
|
||||
/* PuTTY resources */
|
||||
|
||||
#include "Types.r"
|
||||
@ -23,6 +23,27 @@ resource 'vers' (1, purgeable) {
|
||||
"Mac experimental", /* Long version (get info) */
|
||||
};
|
||||
|
||||
resource 'SIZE' (-1) {
|
||||
reserved,
|
||||
ignoreSuspendResumeEvents,
|
||||
reserved,
|
||||
cannotBackground,
|
||||
needsActivateOnFGSwitch,
|
||||
backgroundAndForeground,
|
||||
dontGetFrontClicks,
|
||||
ignoreAppDiedEvents,
|
||||
is32BitCompatible,
|
||||
notHighLevelEventAware,
|
||||
onlyLocalHLEvents,
|
||||
notStationeryAware,
|
||||
useTextEditServices,
|
||||
reserved,
|
||||
reserved,
|
||||
reserved,
|
||||
65536, /* Minimum size */
|
||||
65536, /* Preferred size */
|
||||
};
|
||||
|
||||
resource 'FREF' (128, purgeable) {
|
||||
/* The application itself */
|
||||
'APPL', 128, ""
|
||||
|
Loading…
Reference in New Issue
Block a user