aboutsummaryrefslogtreecommitdiff
path: root/X11/extensions/XShm.h
diff options
context:
space:
mode:
Diffstat (limited to 'X11/extensions/XShm.h')
-rw-r--r--X11/extensions/XShm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/X11/extensions/XShm.h b/X11/extensions/XShm.h
index daeef3e32..824ab3206 100644
--- a/X11/extensions/XShm.h
+++ b/X11/extensions/XShm.h
@@ -75,17 +75,17 @@ int XShmPixmapFormat(
Display* /* dpy */
);
-Status XShmAttach(
+Bool XShmAttach(
Display* /* dpy */,
XShmSegmentInfo* /* shminfo */
);
-Status XShmDetach(
+Bool XShmDetach(
Display* /* dpy */,
XShmSegmentInfo* /* shminfo */
);
-Status XShmPutImage(
+Bool XShmPutImage(
Display* /* dpy */,
Drawable /* d */,
GC /* gc */,
@@ -99,7 +99,7 @@ Status XShmPutImage(
Bool /* send_event */
);
-Status XShmGetImage(
+Bool XShmGetImage(
Display* /* dpy */,
Drawable /* d */,
XImage* /* image */,