int error = SizeMoveDisplay(APTR handle, int x, int y, int width, int height, ULONG flags, struct hwTagList *tags);
After a display size change Hollywood will usually also call ChangeBufferSize()
so that your plugin can adapt the size of its back buffer. The only time in which
ChangeBufferSize() is not called after SizeMoveDisplay()
is with enabled autoscaling because in that case the size of the back buffer does
not change with the output display's size.
NULL
)