Updating surfaces
- Drawing into a surface isn't enough
- You have to update the surface too
- Two options, depending on your video type
- call
update_rect()
with the rect to update in the surface
- call
flip()
to swap in from the back buffer
- There are tradeoffs...