summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rectinsert.c
diff options
context:
space:
mode:
authorenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-12 21:16:52 +0000
committerenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-09-12 21:16:52 +0000
commitae8580b5f27c3dcca104bbe42023361b3ab8f205 (patch)
tree698ea0d25e6e9629350848aac4800b9e621f33a9 /recordmydesktop/src/rectinsert.c
parent77ee36547a3ed0e7fad1e176f4a6a9c6fe227861 (diff)
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
Diffstat (limited to 'recordmydesktop/src/rectinsert.c')
-rw-r--r--recordmydesktop/src/rectinsert.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/recordmydesktop/src/rectinsert.c b/recordmydesktop/src/rectinsert.c
index 8685fbb..c293b44 100644
--- a/recordmydesktop/src/rectinsert.c
+++ b/recordmydesktop/src/rectinsert.c
@@ -27,6 +27,9 @@
#include <recordmydesktop.h>
+#include "rectinsert.h"
+
+
/**
* Collide two rectangles and dictate most sane action for insertion,
* as well as provide the updated rectangle(s)
© All Rights Reserved