diff options
Diffstat (limited to 'recordmydesktop/include/rmdfunc.h')
-rw-r--r-- | recordmydesktop/include/rmdfunc.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recordmydesktop/include/rmdfunc.h b/recordmydesktop/include/rmdfunc.h index 9751ba2..0a01301 100644 --- a/recordmydesktop/include/rmdfunc.h +++ b/recordmydesktop/include/rmdfunc.h @@ -676,5 +676,22 @@ void BlocksFromList(RectArea **root, unsigned int blocknum_x, unsigned int blocknum_y); + +/** +* Currently only frees some memory +* (y,u,v blocks) +* +* +*/ +void CleanUp(void); + + + + #endif + + + + + |