Hi,

I'm using Ecore_X and I'm trying to get the X window ID of the Ecore_Window.

I do:

int pm;
ecore_x_window_prop_xid_get(mywindow, NULL, NULL, &pm, 1);

pm is not null but it doesn't seem to work.
Is this the correct way ?

Ecore_X api is:
ecore_x_window_prop_xid_get(Ecore_X_Window win, Ecore_X_Atom atom, 
Ecore_X_Atom type, Ecore_X_ID *lst, unsigned int len);

I don't know what to write in "Ecore_X_Atom atom" and "Ecore_X_Atom type"...

Thanks in advance for reply.
Nicolas.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to