Carbon requires certain 'SIZE' flags to be set

This commit is contained in:
Wolfgang Thaller 2019-11-12 00:01:27 +01:00
parent 8516e91932
commit 4cc414dbd7
2 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ resource 'SIZE' (-1) {
acceptSuspendResumeEvents,
reserved,
canBackground,
needsActivateOnFGSwitch,
doesActivateOnFGSwitch,
backgroundAndForeground,
dontGetFrontClicks,
ignoreChildDiedEvents,

View File

@ -22,10 +22,10 @@ resource 'carb' (0) {
resource 'SIZE' (-1) {
reserved,
ignoreSuspendResumeEvents,
acceptSuspendResumeEvents,
reserved,
cannotBackground,
needsActivateOnFGSwitch,
canBackground,
doesActivateOnFGSwitch,
backgroundAndForeground,
dontGetFrontClicks,
ignoreChildDiedEvents,