revert: motif_wm_hints does not belong in _net_supported hints

SVN revision: 42931
This commit is contained in:
Hannes Janetzek 2009-10-07 11:27:15 +00:00
parent 3f8a019c39
commit e1cc6272b3
1 changed files with 1 additions and 2 deletions

View File

@ -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++)
{