Re: [E-devel] [PATCH] Fix fb rotation in ecore

2007-03-02 Thread The Rasterman
On Sun, 11 Feb 2007 11:21:34 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: > Hi > > The attached patch fixes framebuffer rotation in ecore_evas_fb.c. The > correct output/viewport size was not set in the init and resize > functions of the ecore_evas when the rotation was 90 or 270 degrees. hmm -

[E-devel] [PATCH] Fix fb rotation in ecore

2007-02-11 Thread Lars Munch
Hi The attached patch fixes framebuffer rotation in ecore_evas_fb.c. The correct output/viewport size was not set in the init and resize functions of the ecore_evas when the rotation was 90 or 270 degrees. Please apply. -- Lars Munch Index: ./src/lib/ecore_evas/ecore_evas_fb.c ==