diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c index 1234c7019..087a86815 100644 --- a/src/bin/e_hints.c +++ b/src/bin/e_hints.c @@ -37,7 +37,7 @@ e_hints_init(void) roots = ecore_x_window_root_list(&num); if (roots) { - Ecore_X_Atom supported[42]; + Ecore_X_Atom supported[41]; int supported_num, i; supported_num = 0; @@ -114,7 +114,6 @@ e_hints_init(void) supported[supported_num++] = ECORE_X_ATOM_NET_WM_PING; supported[supported_num++] = ECORE_X_ATOM_NET_WM_SYNC_REQUEST; supported[supported_num++] = ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER; - supported[supported_num++] = ECORE_X_ATOM_MOTIF_WM_HINTS; for (i = 0; i < num; i++) {