add motif wm hints to supported porperties

SVN revision: 42888
This commit is contained in:
Hannes Janetzek 2009-10-05 15:43:46 +00:00
parent 2581c25c2d
commit ba866897a5
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ e_hints_init(void)
roots = ecore_x_window_root_list(&num);
if (roots)
{
Ecore_X_Atom supported[41];
Ecore_X_Atom supported[42];
int supported_num, i;
supported_num = 0;
@ -114,6 +114,7 @@ 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++)
{