[Xcb-commit] xcb-util/reply test_reply.c,1.2,1.3

Vincent Torri xcb-commit at lists.freedesktop.org
Sat Jan 14 03:32:13 PST 2006


Update of /cvs/xcb/xcb-util/reply
In directory gabe:/tmp/cvs-serv30280

Modified Files:
	test_reply.c 
Log Message:
XCBConnectBasic is deprecated

Index: test_reply.c
===================================================================
RCS file: /cvs/xcb/xcb-util/reply/test_reply.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test_reply.c	10 Apr 2005 21:27:55 -0000	1.2
+++ test_reply.c	14 Jan 2006 11:32:10 -0000	1.3
@@ -26,7 +26,7 @@
 {
 	int count = 10;
 	char *pattern = "*";
-	XCBConnection *c = XCBConnectBasic();
+	XCBConnection *c = XCBConnect(NULL, NULL);
 	ReplyHandlers *h = allocReplyHandlers(c);
 	pthread_t reply_thread;
 



More information about the xcb-commit mailing list