Re: Re: Wayland API to get the id of focus window [Seema Singh]

2014-02-20 Thread Seema Singh
focus window [Seema Singh] On Thu, 20 Feb 2014 09:12:50 + (GMT) Seema Singh said: > Hi All, > > In our module we have used the below mentioned ecore_x APIs. > 1.ecore_x_window_focus_get() > 2.ecore_x_netwm_pid_get() > > We are planning to move to wayland platfo

Wayland API to get the id of focus window [Seema Singh]

2014-02-20 Thread Seema Singh
Hi All, In our module we have used the below mentioned ecore_x APIs. 1.ecore_x_window_focus_get() 2.ecore_x_netwm_pid_get() We are planning to move to wayland platform. But could not find the below APIs in ecore_wayland.h file Please let me know if anyone has come across the same issue. Than