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
This commit is contained in:
parent
1d2c54edcc
commit
e8490cd2ea
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue