From e8490cd2ea0cac7fd0d1608e9399026542f28552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 3 Oct 2008 07:38:31 +0000 Subject: [PATCH] Just create the _MOTIF_WM_INFO atom, without using it at all. This helps a broken check in rxvt-unicode. CCBUG: 172028 svn path=/trunk/KDE/kdebase/workspace/; revision=867241 --- atoms.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atoms.cpp b/atoms.cpp index 7df20c7e1b..f92b625ce6 100644 --- a/atoms.cpp +++ b/atoms.cpp @@ -92,6 +92,9 @@ Atoms::Atoms() atoms[n] = &fake; names[n++] = (char *) "_DT_SM_WINDOW_INFO"; + atoms[n] = &fake; + names[n++] = (char *) "_MOTIF_WM_INFO"; // #172028 + atoms[n] = &xdnd_aware; names[n++] = (char*) "XdndAware"; atoms[n] = &xdnd_position;