diff options
Diffstat (limited to 'recordmydesktop/src/rmd_getzpixmap.c')
-rw-r--r-- | recordmydesktop/src/rmd_getzpixmap.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/recordmydesktop/src/rmd_getzpixmap.c b/recordmydesktop/src/rmd_getzpixmap.c index 33c31c2..60ce465 100644 --- a/recordmydesktop/src/rmd_getzpixmap.c +++ b/recordmydesktop/src/rmd_getzpixmap.c @@ -37,13 +37,13 @@ -int GetZPixmap(Display *dpy, - Window root, - char *data, - int x, - int y, - int width, - int height){ +int rmdGetZPixmap(Display *dpy, + Window root, + char *data, + int x, + int y, + int width, + int height){ xGetImageReply reply; xGetImageReq *request; long nbytes; @@ -69,15 +69,15 @@ int GetZPixmap(Display *dpy, return 0; } -int GetZPixmapSHM(Display *dpy, - Window root, - XShmSegmentInfo *shminfo, - int shm_opcode, - char *data, - int x, - int y, - int width, - int height){ +int rmdGetZPixmapSHM(Display *dpy, + Window root, + XShmSegmentInfo *shminfo, + int shm_opcode, + char *data, + int x, + int y, + int width, + int height){ xShmGetImageReply reply; xShmGetImageReq *request=NULL; long nbytes; |