summaryrefslogtreecommitdiff
path: root/src/rmd_get_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_get_frame.c')
-rw-r--r--src/rmd_get_frame.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rmd_get_frame.c b/src/rmd_get_frame.c
index a9e4daa..8d8b8d8 100644
--- a/src/rmd_get_frame.c
+++ b/src/rmd_get_frame.c
@@ -32,6 +32,7 @@
#include "rmd_getzpixmap.h"
#include "rmd_poll_events.h"
#include "rmd_rectinsert.h"
+#include "rmd_threads.h"
#include "rmd_update_image.h"
#include "rmd_yuv_utils.h"
#include "rmd_types.h"
@@ -268,6 +269,8 @@ void *rmdGetFrame(ProgData *pdata) {
//the current full screenshot
int init_img1 = 0, init_img2 = 0, img_sel, d_buff;
+ rmdThreadsSetName("rmdGetFrame");
+
img_sel = d_buff = pdata->args.full_shots;
if ((init_img1 = rmdFirstFrame(pdata, &image) != 0)) {
© All Rights Reserved