diff options
Diffstat (limited to 'recordmydesktop/src/rmd_getzpixmap.h')
-rw-r--r-- | recordmydesktop/src/rmd_getzpixmap.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/recordmydesktop/src/rmd_getzpixmap.h b/recordmydesktop/src/rmd_getzpixmap.h index 81e0025..87ad7bb 100644 --- a/recordmydesktop/src/rmd_getzpixmap.h +++ b/recordmydesktop/src/rmd_getzpixmap.h @@ -52,13 +52,13 @@ * * \returns 0 on Success 1 on Failure */ -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); /** * Rerieve pixmap data from xserver through the MIT-Shm extension @@ -85,15 +85,15 @@ int GetZPixmap(Display *dpy, * * \returns 0 on Success 1 on Failure */ -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); #endif |