summaryrefslogtreecommitdiff
path: root/src/rmd_getzpixmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_getzpixmap.c')
-rw-r--r--src/rmd_getzpixmap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rmd_getzpixmap.c b/src/rmd_getzpixmap.c
index 43465c8..8f6684c 100644
--- a/src/rmd_getzpixmap.c
+++ b/src/rmd_getzpixmap.c
@@ -43,7 +43,8 @@ int rmdGetZPixmap( Display *dpy,
int x,
int y,
int width,
- int height) {
+ int height)
+{
xGetImageReply reply;
xGetImageReq *request;
@@ -82,7 +83,8 @@ int rmdGetZPixmapSHM( Display *dpy,
int x,
int y,
int width,
- int height) {
+ int height)
+{
xShmGetImageReply reply;
xShmGetImageReq *request = NULL;
© All Rights Reserved