summaryrefslogtreecommitdiff
path: root/src/rmd_get_frame.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-11-13 11:45:36 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-11-13 11:45:36 -0800
commit4441c868bfa3d831dafb8a1935d58a0e8fefd996 (patch)
treef947e5ce3e95b6e807776544e499d99b389f1ffa /src/rmd_get_frame.h
parentcc41895fcc851ee96c457d566e5d987174f4d840 (diff)
get_frame: s/rmdGetFrame/rmdGetFrames/
Mechanical rename to more accurate plural form
Diffstat (limited to 'src/rmd_get_frame.h')
-rw-r--r--src/rmd_get_frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rmd_get_frame.h b/src/rmd_get_frame.h
index 162c05e..976c8fd 100644
--- a/src/rmd_get_frame.h
+++ b/src/rmd_get_frame.h
@@ -31,11 +31,11 @@
/**
-* Retrieve frame form xserver, and transform to a yuv buffer,
+* Retrieve frames from xserver, and transform to a yuv buffer,
* either directly(full shots) or by calling UpdateImage.
* \param pdata ProgData struct containing all program data
*/
-void *rmdGetFrame(ProgData *pdata);
+void *rmdGetFrames(ProgData *pdata);
#endif
© All Rights Reserved