mirror of
https://github.com/autc04/Retro68.git
synced 2026-04-21 09:17:15 +00:00
Fix Dialog sample for Carbon on classic MacOS (#110)
This commit is contained in:
@@ -67,7 +67,11 @@ resource 'SIZE' (-1) {
|
||||
dontGetFrontClicks,
|
||||
ignoreChildDiedEvents,
|
||||
is32BitCompatible,
|
||||
#ifdef TARGET_API_MAC_CARBON
|
||||
isHighLevelEventAware,
|
||||
#else
|
||||
notHighLevelEventAware,
|
||||
#endif
|
||||
onlyLocalHLEvents,
|
||||
notStationeryAware,
|
||||
dontUseTextEditServices,
|
||||
|
||||
Reference in New Issue
Block a user