Clippings/MCActionFilter.c/SwitchActions.txt

        // handle window resizing
        case mcActionControllerSizeChanged:
            if (MCIsControllerAttached(theMC) == 1)
                QTFrame_SizeWindowToMovie(myWindowObject);
            break;
        
        // handle idle events
        case mcActionIdle:
            QTApp_Idle((**myWindowObject).fWindow);
            break;