From ae8580b5f27c3dcca104bbe42023361b3ab8f205 Mon Sep 17 00:00:00 2001 From: enselic Date: Fri, 12 Sep 2008 21:16:52 +0000 Subject: Give rectinsert.c a header file and include this header file in RectInsert() clients. src/Makefile.am src/rectinsert.h: Added rectinsert.h. src/get_frame.c src/rectinsert.c src/poll_events.c: Include rectinsert.h include/rmdfunc.h: Removed RectInsert() declaration, it's in rectinsert.h now. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@512 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/src/get_frame.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recordmydesktop/src/get_frame.c') diff --git a/recordmydesktop/src/get_frame.c b/recordmydesktop/src/get_frame.c index fd4eda8..7274d7f 100644 --- a/recordmydesktop/src/get_frame.c +++ b/recordmydesktop/src/get_frame.c @@ -27,6 +27,8 @@ #include +#include "rectinsert.h" + #define CLIP_DUMMY_POINTER_AREA(dummy_p_area,brwin,wgeom){\ (wgeom)->x=((((dummy_p_area).x+\ -- cgit v1.2.1