diff options
Diffstat (limited to 'recordmydesktop/src/rectinsert.h')
-rw-r--r-- | recordmydesktop/src/rectinsert.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recordmydesktop/src/rectinsert.h b/recordmydesktop/src/rectinsert.h index 013eb12..414f01f 100644 --- a/recordmydesktop/src/rectinsert.h +++ b/recordmydesktop/src/rectinsert.h @@ -45,5 +45,11 @@ */ int RectInsert(RectArea **root, WGeometry *wgeom); +/** +* Clean up a list of areas marked for update. +* \param root Root entry of the list +*/ +void ClearList(RectArea **root); + #endif |