Paul Stejskal wrote:
> error: incompatible type for argument 2 of 'ecore_x_netwm_allowed_action_set'
> 
> I've updated several times, removed my sources, rebuilt everything from 
> scratch using easy_e17.sh and it's still not working :(

in my tree, the second argument is defined as;
  Ecore_X_Action action[10];

and the prototype for ecore_x_netwm_allowed_action_set is
  ...(Ecore_X_Window win, Ecore_X_Action *action, unsigned int num);

Which seems okay..

Do you have any Ecore_X headers that shouldn't be there?

find / -name Ecore_X.h

-- 
Cheers,
Morten
:wq


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to