Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PtDamageSurface(), PtDamageSurfaceById()
Mark a control surface as damaged so that it will be redrawn
Synopsis:
void PtDamageSurface( PtWidget_t *widget,
PtSurface_t *surface );
void PtDamageSurfaceById( PtWidget_t *widget,
uchar_t surface_id );
Library:
ph
Description:
These functions flag a control surface to be redrawn. The widget argument specifies the widget owning the surface. The functions differ in how they identify the control surface:
- PtDamageSurface()
- Uses the surface argument, which points to a PtSurface_t structure that describes the control surface. This pointer must not be NULL.
- PtDamageSurfaceById()
- Searches the control surfaces belonging to the widget for the one with an ID of surface_id.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
Control Surfaces chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)