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)



SVN revision: 45827
This commit is contained in:
Carsten Haitzler 2010-02-03 03:20:22 +00:00
parent 48f439ee46
commit b63900e442
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}