summaryrefslogtreecommitdiff
path: root/test/test-launcher-xcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-launcher-xcb.c')
-rw-r--r--test/test-launcher-xcb.c2
1 files changed, 1 insertions, 1 deletions
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);
}