summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/recordmydesktop.h
diff options
context:
space:
mode:
authorenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-14 07:01:35 +0000
committerenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-14 07:01:35 +0000
commitc2da14838a03eb8450d06c0d0b95d38c9acb4964 (patch)
tree184ade625c089371f26f2f4717e50a2104686837 /recordmydesktop/src/recordmydesktop.h
parent2cf3c4864635a5761c5a9f45857abeb9ac363dcd (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/recordmydesktop.h')
-rw-r--r--recordmydesktop/src/recordmydesktop.h6
1 files changed, 0 insertions, 6 deletions
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"
© All Rights Reserved