[Xcb-commit] xcb-util/image xcb_image.h,1.3,1.4

Vincent Torri xcb-commit at lists.freedesktop.org
Mon Jun 20 23:49:01 PDT 2005


Update of /cvs/xcb/xcb-util/image
In directory gabe:/tmp/cvs-serv30358

Modified Files:
	xcb_image.h 
Log Message:
oopsy, copy/paste

Index: xcb_image.h
===================================================================
RCS file: /cvs/xcb/xcb-util/image/xcb_image.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xcb_image.h	21 Jun 2005 06:42:42 -0000	1.3
+++ xcb_image.h	21 Jun 2005 06:48:58 -0000	1.4
@@ -12,12 +12,11 @@
  */
 
 
-typedef struct XCBImage_ XCBImage; /**< A structure that describes an XCBImage */
+typedef struct XCBImage_ XCBImage;
 
 /**
  * @struct XCBImage
- * Inherits from the Ewl_Container and extends it to provide text and a cursor
- * for editing the contents of the text.
+ * A structure that describes an XCBImage.
  */
 struct XCBImage_
 {
@@ -39,8 +38,8 @@
 
 /**
  * @struct XCBShmSegmentInfo
- * Inherits from the Ewl_Container and extends it to provide text and a cursor
- * for editing the contents of the text.
+ * A structure that stores the informations needed by the MIT Shm
+ * Extension.
  */
 struct XCBShmSegmentInfo_
 {



More information about the xcb-commit mailing list