From e77e141e7aebd0e989591c8b4f0957648ac31265 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Mon, 5 Oct 2009 19:34:35 +0000 Subject: [PATCH] fake to be mwm SVN revision: 42895 --- src/bin/e_hints.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c index 42afbbe5e..1234c7019 100644 --- a/src/bin/e_hints.c +++ b/src/bin/e_hints.c @@ -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); }