aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'data_recorder.c')
-rw-r--r--data_recorder.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/data_recorder.c b/data_recorder.c
index 630598a..afc17b2 100644
--- a/data_recorder.c
+++ b/data_recorder.c
@@ -33,6 +33,10 @@ void HandleMotion( int x, int y, int mask )
{
}
+void HandleDestroy()
+{
+}
+
int bufferpts[32*2*3];
char buffermts[32*128*3];
int buffertimeto[32*3];