summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rmd_get_frame.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-07-09 21:13:58 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-07-11 13:36:41 -0700
commitcc31c9c0b8e7e1d5d75c13d621cbfd2eba90cb4e (patch)
treedb75d5af74b2b9025b18af4ac37803bb3404119d /recordmydesktop/src/rmd_get_frame.c
parent362d4378b65a332b6474d269ced364f42342944b (diff)
*: more random cleanups
minor formatting/whitespace changes
Diffstat (limited to 'recordmydesktop/src/rmd_get_frame.c')
-rw-r--r--recordmydesktop/src/rmd_get_frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/src/rmd_get_frame.c b/recordmydesktop/src/rmd_get_frame.c
index 95f3886..fb4d6df 100644
--- a/recordmydesktop/src/rmd_get_frame.c
+++ b/recordmydesktop/src/rmd_get_frame.c
@@ -366,7 +366,7 @@ void *rmdGetFrame(ProgData *pdata) {
} else {
XQueryPointer( pdata->dpy,
pdata->specs.root,
- &root_ret,&child_ret,
+ &root_ret, &child_ret,
(int *)&mouse_pos_abs.x,
(int *)&mouse_pos_abs.y,
(int *)&mouse_pos_rel.x,
© All Rights Reserved