Re: [PATCH] clients: simple-egl: Restore window size when un-maximized

2017-12-05 Thread Daniel Stone
Hi, On 26 June 2017 at 17:01, Tomohiro Komagata wrote: > The window position was correct but the window size was wrong > when simple-egl returns from maximized window to un-maximized. > Its size should be restored to original size. Thankyou very much for the patch. I have reviewed it and pushed

[PATCH] clients: simple-egl: Restore window size when un-maximized

2017-06-26 Thread Tomohiro Komagata
The window position was correct but the window size was wrong when simple-egl returns from maximized window to un-maximized. Its size should be restored to original size. Signed-off-by: Tomohiro Komagata --- clients/simple-egl.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-)