From c2da14838a03eb8450d06c0d0b95d38c9acb4964 Mon Sep 17 00:00:00 2001 From: enselic Date: Sun, 14 Sep 2008 07:01:35 +0000 Subject: 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 --- recordmydesktop/src/recordmydesktop.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'recordmydesktop/src/recordmydesktop.h') diff --git a/recordmydesktop/src/recordmydesktop.h b/recordmydesktop/src/recordmydesktop.h index 3ee6e83..8e2e22b 100644 --- a/recordmydesktop/src/recordmydesktop.h +++ b/recordmydesktop/src/recordmydesktop.h @@ -36,12 +36,6 @@ //I'll fix it, I promise #include "rmdtypes.h" -//These are the cache blocks. They need to be accesible in the -//dbuf macros -u_int32_t *yblocks, - *ublocks, - *vblocks; - #include "rmdmacro.h" -- cgit v1.2.3