diff options
Diffstat (limited to 'recordmydesktop/src/rmd_update_image.h')
-rw-r--r-- | recordmydesktop/src/rmd_update_image.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recordmydesktop/src/rmd_update_image.h b/recordmydesktop/src/rmd_update_image.h index e157f35..3057f18 100644 --- a/recordmydesktop/src/rmd_update_image.h +++ b/recordmydesktop/src/rmd_update_image.h @@ -61,9 +61,8 @@ void rmdUpdateImage(Display * dpy, RectArea **root, BRWindow *brwin, EncData *enc, - char *datatemp, + Image *image, int noshmem, - XShmSegmentInfo *shminfo, int shm_opcode, int no_quick_subsample); |