diff options
author | enselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-09-14 07:01:35 +0000 |
---|---|---|
committer | enselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-09-14 07:01:35 +0000 |
commit | c2da14838a03eb8450d06c0d0b95d38c9acb4964 (patch) | |
tree | 184ade625c089371f26f2f4717e50a2104686837 /recordmydesktop/src/rmd_rescue.c | |
parent | 2cf3c4864635a5761c5a9f45857abeb9ac363dcd (diff) |
src/recordmydesktop.h: Move away the [yuv]blocks globals.
src/yuv_utils.h: Move out the DBUF- and the MARK_BACK_BUFFER_C() macros.
src/block_utils.[ch]: New files hosting the [yuv]blocks globals and DBUF-macros.
src/get_frame.c: Put MARK_BACK_BUFFER_C() locally here.
src/Makefile.am
src/rmd_rescue.c
src/cache_frame.c
src/initialize_data.c: Adapt to changes.
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@540 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/src/rmd_rescue.c')
-rw-r--r-- | recordmydesktop/src/rmd_rescue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recordmydesktop/src/rmd_rescue.c b/recordmydesktop/src/rmd_rescue.c index 6f907d3..0b686eb 100644 --- a/recordmydesktop/src/rmd_rescue.c +++ b/recordmydesktop/src/rmd_rescue.c @@ -30,6 +30,7 @@ #include "register_callbacks.h" #include "rmd_rescue.h" #include "specsfile.h" +#include "block_utils.h" int rmdRescue(const char *path){ |