mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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 */
|
/* PuTTY resources */
|
||||||
|
|
||||||
#include "Types.r"
|
#include "Types.r"
|
||||||
@ -23,6 +23,27 @@ resource 'vers' (1, purgeable) {
|
|||||||
"Mac experimental", /* Long version (get info) */
|
"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) {
|
resource 'FREF' (128, purgeable) {
|
||||||
/* The application itself */
|
/* The application itself */
|
||||||
'APPL', 128, ""
|
'APPL', 128, ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user