[Previous] [Contents] [Next]

my_expose()

redraw part of the rendered area

Synopsis:

int my_expose( int nexpose, 
               struct _rect *expose_list );

Description:

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.


Note: You likely won't need to redefine this function.

Returns:

1
Success.
0
The operation couldn't be done.

Classification:

Photon

Safety:
Interrupt handler Not applicable
Signal handler Not applicable
Thread Not applicable

[Previous] [Contents] [Next]