[Xcb-commit] xcb ChangeLog,1.71,1.72
Jamey Sharp
xcb-commit at lists.freedesktop.org
Wed Dec 7 23:07:24 PST 2005
Update of /cvs/xcb/xcb
In directory gabe:/tmp/cvs-serv27764
Modified Files:
ChangeLog
Log Message:
Use GCC attribute extension, if available, to mark some
functions deprecated; and rename XCBWaitEvent to
XCBWaitForEvent, with a deprecated backwards compatibility
function.
Index: ChangeLog
===================================================================
RCS file: /cvs/xcb/xcb/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- ChangeLog 8 Dec 2005 05:51:19 -0000 1.71
+++ ChangeLog 8 Dec 2005 07:07:21 -0000 1.72
@@ -1,5 +1,13 @@
2005-12-07 Jamey Sharp <jamey at minilop.net>
+ * src/xcb.h, src/xcb_in.c:
+ Use GCC attribute extension, if available, to mark some
+ functions deprecated; and rename XCBWaitEvent to
+ XCBWaitForEvent, with a deprecated backwards compatibility
+ function.
+
+2005-12-07 Jamey Sharp <jamey at minilop.net>
+
* src/xcb.h, src/xcb_conn.c, src/xcb_util.c:
Rename XCBConnect to XCBConnectToFD, and implement XCBConnect
and XCBConnectToDisplayWithAuthInfo, as specified by the XcbApi
More information about the xcb-commit
mailing list