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, acceptSuspendResumeEvents,
reserved, reserved,
canBackground, canBackground,
needsActivateOnFGSwitch, doesActivateOnFGSwitch,
backgroundAndForeground, backgroundAndForeground,
dontGetFrontClicks, dontGetFrontClicks,
ignoreChildDiedEvents, ignoreChildDiedEvents,

View File

@ -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,