fake to be mwm

SVN revision: 42895
This commit is contained in:
Hannes Janetzek 2009-10-05 19:34:35 +00:00
parent ba866897a5
commit e77e141e7a
1 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,10 @@ e_hints_init(void)
ecore_x_netwm_supported_set(roots[i], supported, supported_num);
/* fake mwm, this might crash some ol' motif apps, if
they still exist, but at least it makes borderless
feature of Eterm and urxvt work... */
ecore_x_atom_get("_MOTIF_WM_INFO");
}
free(roots);
}