Re: [PATCH 18/18] text: Move input_panel interface to input-method

2013-01-17 Thread Yichao Yu
On Thu, Jan 17, 2013 at 8:24 AM, Jan Arne Petersen wrote: > On 16.01.2013 23:34, Weng Xuetian wrote: >> On Wednesday 16 January 2013 21:26:55,Jan Arne Petersen : >>> From: Jan Arne Petersen >> So what's the plan for show input panel at the position of the current >> focused >> cursor? > > Input

Re: [PATCH 18/18] text: Move input_panel interface to input-method

2013-01-17 Thread Jan Arne Petersen
On 16.01.2013 23:34, Weng Xuetian wrote: > On Wednesday 16 January 2013 21:26:55,Jan Arne Petersen : >> From: Jan Arne Petersen > So what's the plan for show input panel at the position of the current > focused > cursor? Input panel surfaces are introduced by this patch to allow adding support

Re: [PATCH 18/18] text: Move input_panel interface to input-method

2013-01-16 Thread Weng Xuetian
On Wednesday 16 January 2013 21:26:55,Jan Arne Petersen : > From: Jan Arne Petersen > > Move the input_panel interface from desktop-shell to input-method (since > it is not really tied to desktop-shell). > > Add an input_panel_surface interface like wl_shell_surface to make it > easier to extend i

[PATCH 18/18] text: Move input_panel interface to input-method

2013-01-16 Thread Jan Arne Petersen
From: Jan Arne Petersen Move the input_panel interface from desktop-shell to input-method (since it is not really tied to desktop-shell). Add an input_panel_surface interface like wl_shell_surface to make it easier to extend it. Also add a parameter to the set_toplevel request to be able to spec