revert: motif_wm_hints does not belong in _net_supported hints
authorHannes Janetzek <hannes.janetzek@gmail.com>
Wed, 7 Oct 2009 11:27:15 +0000 (11:27 +0000)
committerHannes Janetzek <hannes.janetzek@gmail.com>
Wed, 7 Oct 2009 11:27:15 +0000 (11:27 +0000)
SVN revision: 42931

src/bin/e_hints.c

index 1234c70..087a868 100644 (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++)
          {