From 1d4c23e8eb161f097b1e05bb86328139f505ebaf Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 3 Feb 2010 03:20:22 +0000 Subject: [PATCH] aaaah. i smell another broken wm out there that only handles wm_delete as the first wm_protocols property. BAD WM! (its not e17 - thats for sure) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@45827 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_evas/ecore_evas_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_evas/ecore_evas_x.c b/src/lib/ecore_evas/ecore_evas_x.c index 6039d44..0748ca6 100644 --- a/src/lib/ecore_evas/ecore_evas_x.c +++ b/src/lib/ecore_evas/ecore_evas_x.c @@ -30,9 +30,9 @@ _ecore_evas_x_protocols_set(Ecore_Evas *ee) Ecore_X_Atom protos[10]; int num = 0; - protos[num++] = ECORE_X_ATOM_NET_WM_PING; if (ee->func.fn_delete_request) protos[num++] = ECORE_X_ATOM_WM_DELETE_WINDOW; + protos[num++] = ECORE_X_ATOM_NET_WM_PING; ecore_x_icccm_protocol_atoms_set(ee->prop.window, protos, num); } -- 2.7.4