For MUIV_EveryTime where the param list must be adjusted
commit0c4c89fc9a38e42181d493931a898c0392c78f79
authorstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 1 Oct 2006 12:47:43 +0000 (1 12:47 +0000)
committerstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 1 Oct 2006 12:47:43 +0000 (1 12:47 +0000)
tree869ecded3c03e1c9f170c3889510f7f46b48501d
parent053f5429f8fd047698f1c2e16f0c69545be259d4
For MUIV_EveryTime where the param list must be adjusted
in realtime (map MUIV_TriggerValue and MUIV_NotTriggerValue
to actual value) do not use a fixed size param array on
stack (which only used 8 entries) but allocate correctly sized
array during creation of notify node and use that one in check_notify().

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@24841 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/libs/muimaster/classes/notify.c