GNOME Bugzilla – Bug 772699
dispmanx: dispmanx_egl_show() should call window_resize() only when there is no render rect is set
Last modified: 2016-10-31 14:34:57 UTC
Created attachment 337319 [details] [review] Patch which will add a check before calling window_resize If a render_rectangle is set then egl_show function should not resize the window with preferred width/height.
Can you provide a patch with git format-patch please?
Created attachment 337406 [details] [review] Patch which will add a check before calling window_resize New to git format-patch :) .. I have updated the patch now
commit 429135face745e90d4719de11faa7aafc75ea0e8 Author: Munez <munezbn.dev@gmail.com> Date: Tue Oct 11 16:58:48 2016 +0530 gl/dispmanx: egl_show should resize the window only if there is no render rectangle set https://bugzilla.gnome.org/show_bug.cgi?id=772699