Re: [PATCH] shell: Fix Bug 48906

2012-04-25 Thread Kristian Hoegsberg
On Tue, Apr 24, 2012 at 02:30:43AM +0800, zhiwen...@linux.intel.com wrote: > From: Alex Wu > > Rotation and then fullscreen leads to fullscreen display rotation. That's looks like the right approach. Should we restore the rotation when we come back from fullscreen? Kristian > --- > src/shell

[PATCH] shell: Fix Bug 48906

2012-04-24 Thread zhiwen . wu
From: Alex Wu Rotation and then fullscreen leads to fullscreen display rotation. --- src/shell.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/shell.c b/src/shell.c index fd66462..1a206af 100644 --- a/src/shell.c +++ b/src/shell.c @@ -925,6 +925,12 @@ shell_su