* Draws the graphic that the surface contains before it * gets blitted onto other surfaces. The surface is only * redrawn if the flag is set by a property change, to * avoid unecessary drawing. */
| 486 | * avoid unecessary drawing. |
| 487 | */ |
| 488 | void Surface::draw() |
| 489 | { |
| 490 | _redraw = false; |
| 491 | clear(); |
| 492 | } |
| 493 | |
| 494 | /** |
| 495 | * Blits this surface onto another one, with its position |
no outgoing calls
no test coverage detected