From e40dbe3b9cc325bc84489655915125878a30b368 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 24 May 2010 15:06:46 +0200 Subject: Update test suite for xcb >= 1.6 Signed-off-by: Julien Danjou --- test/test-launcher-xcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-launcher-xcb.c b/test/test-launcher-xcb.c index ed06ead..a94c2d3 100644 --- a/test/test-launcher-xcb.c +++ b/test/test-launcher-xcb.c @@ -64,7 +64,7 @@ slowly_obtain_timestamp (SnDisplay *display) name = "Fake Window"; xcb_change_property (xconnection, XCB_PROP_MODE_REPLACE, - xwindow, WM_NAME, STRING, 8, + xwindow, XCB_ATOM_WM_NAME, XCB_ATOM_STRING, 8, strlen (name), name); } -- cgit v1.2.1