Re: [e-users] Problem getting X Window ID.

2011-01-07 Thread Nicolas
Hi Christopher and Carsten, Indeed, in this way it works ! Thank you. Regards, Nicolas. > On 01/06/2011 05:32 PM, Nicolas wrote: >> 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,

Re: [e-users] Problem getting X Window ID.

2011-01-06 Thread The Rasterman
On Thu, 06 Jan 2011 23:32:37 +0100 Nicolas said: Window xwin; Ecore_X_Window ewin; xwin = ewin; // :) > 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 n

Re: [e-users] Problem getting X Window ID.

2011-01-06 Thread Christopher Michael
On 01/06/2011 05:32 PM, Nicolas wrote: > 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

[e-users] Problem getting X Window ID.

2011-01-06 Thread Nicolas
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_