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,
|
||||
reserved,
|
||||
canBackground,
|
||||
needsActivateOnFGSwitch,
|
||||
doesActivateOnFGSwitch,
|
||||
backgroundAndForeground,
|
||||
dontGetFrontClicks,
|
||||
ignoreChildDiedEvents,
|
||||
|
@ -22,10 +22,10 @@ resource 'carb' (0) {
|
||||
|
||||
resource 'SIZE' (-1) {
|
||||
reserved,
|
||||
ignoreSuspendResumeEvents,
|
||||
acceptSuspendResumeEvents,
|
||||
reserved,
|
||||
cannotBackground,
|
||||
needsActivateOnFGSwitch,
|
||||
canBackground,
|
||||
doesActivateOnFGSwitch,
|
||||
backgroundAndForeground,
|
||||
dontGetFrontClicks,
|
||||
ignoreChildDiedEvents,
|
||||
|
Loading…
Reference in New Issue
Block a user