From e1cc6272b393d95118b0af3a1420af923c2418f4 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Wed, 7 Oct 2009 11:27:15 +0000 Subject: [PATCH] revert: motif_wm_hints does not belong in _net_supported hints SVN revision: 42931 --- src/bin/e_hints.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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++) {