mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-22 08:34:35 +00:00
Carbon requires certain 'SIZE' flags to be set
This commit is contained in:
parent
8516e91932
commit
4cc414dbd7
@ -62,7 +62,7 @@ resource 'SIZE' (-1) {
|
|||||||
acceptSuspendResumeEvents,
|
acceptSuspendResumeEvents,
|
||||||
reserved,
|
reserved,
|
||||||
canBackground,
|
canBackground,
|
||||||
needsActivateOnFGSwitch,
|
doesActivateOnFGSwitch,
|
||||||
backgroundAndForeground,
|
backgroundAndForeground,
|
||||||
dontGetFrontClicks,
|
dontGetFrontClicks,
|
||||||
ignoreChildDiedEvents,
|
ignoreChildDiedEvents,
|
||||||
|
@ -22,10 +22,10 @@ resource 'carb' (0) {
|
|||||||
|
|
||||||
resource 'SIZE' (-1) {
|
resource 'SIZE' (-1) {
|
||||||
reserved,
|
reserved,
|
||||||
ignoreSuspendResumeEvents,
|
acceptSuspendResumeEvents,
|
||||||
reserved,
|
reserved,
|
||||||
cannotBackground,
|
canBackground,
|
||||||
needsActivateOnFGSwitch,
|
doesActivateOnFGSwitch,
|
||||||
backgroundAndForeground,
|
backgroundAndForeground,
|
||||||
dontGetFrontClicks,
|
dontGetFrontClicks,
|
||||||
ignoreChildDiedEvents,
|
ignoreChildDiedEvents,
|
||||||
|
Loading…
Reference in New Issue
Block a user