[Xcb-commit] xcb-util

Vincent Torri doursse at kemper.freedesktop.org
Wed Jun 7 22:06:12 PDT 2006


 xcb-util/image/xcb_image.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree aafe4b48236c916188a0d885fdcb2431bb3a01fc (from 28826be4d4180f0089cdd3faac02e807971af076)
Author: TORRI Vincent <torri at doursse.(none)>
Date:   Thu Jun 8 07:05:51 2006 +0200

    XCBImagePut returns 1 when no problem occurs

diff --git a/xcb-util/image/xcb_image.c b/xcb-util/image/xcb_image.c
index 303b036..465936b 100644
--- a/xcb-util/image/xcb_image.c
+++ b/xcb-util/image/xcb_image.c
@@ -367,7 +367,7 @@ XCBImagePut (XCBConnection *conn,
 	      image->depth, image->bytes_per_line * height,
 	      image->data);
 
-  return 0;
+  return 1;
 }
 
 /*


More information about the xcb-commit mailing list