Re: [PATCH] shell: moving drag surface refine

2012-07-27 Thread Kristian Høgsberg
On Fri, Jul 27, 2012 at 4:26 PM, Bill Spitzak wrote: > > > Kristian Høgsberg wrote: >> >> On Fri, Jul 27, 2012 at 02:58:50AM -0700, juan.j.z...@linux.intel.com >> wrote: >>> >>> From: Juan Zhao >>> >>> When applications not directly based on toytoolkit, like simple-egl, efl >>> applications is gr

Re: [PATCH] shell: moving drag surface refine

2012-07-27 Thread Bill Spitzak
Kristian Høgsberg wrote: On Fri, Jul 27, 2012 at 02:58:50AM -0700, juan.j.z...@linux.intel.com wrote: From: Juan Zhao When applications not directly based on toytoolkit, like simple-egl, efl applications is grabbed and moved, they may be moved to the place under the panel. Then they could no

Re: [PATCH] shell: moving drag surface refine

2012-07-27 Thread Kristian Høgsberg
On Fri, Jul 27, 2012 at 02:58:50AM -0700, juan.j.z...@linux.intel.com wrote: > From: Juan Zhao > > When applications not directly based on toytoolkit, like simple-egl, efl > applications is grabbed and moved, they may be moved to the place under > the panel. Then they could not be grabbed again.

[PATCH] shell: moving drag surface refine

2012-07-27 Thread juan . j . zhao
From: Juan Zhao When applications not directly based on toytoolkit, like simple-egl, efl applications is grabbed and moved, they may be moved to the place under the panel. Then they could not be grabbed again. Don't allow the pointer's bounding box move across the desktop's viewport. Signed-off-