redraw part of the rendered area
int my_expose( int nexpose,
struct _rect *expose_list );
This function redraws part of the rendered area. The expose_list argument is an array of rectangles defining the area to be exposed. The number of rectangles is passed in nexpose.
| You likely won't need to redefine this function. |
Photon
| Safety: | |
|---|---|
| Interrupt handler | Not applicable |
| Signal handler | Not applicable |
| Thread | Not applicable |