Confirmed users
523
edits
| Line 358: | Line 358: | ||
[aView setWantsLayer:YES]; | [aView setWantsLayer:YES]; | ||
It seems that this method creates a transparent CGSurface the size of the viewport that all of the layers are drawn on to. The window server then takes care of compositing the background content and layered content. | |||
=== Scrolling === | === Scrolling === | ||