Re: [waffle] [PATCH 4/4] gbm: implement window_resize

2016-06-14 Thread Emil Velikov
On 16 May 2016 at 11:48, Emil Velikov wrote: > From: Emil Velikov > > Reuse the existing init/teardown functions to create a new window and > nuke the old one on success. > > Note: as we need the original config, we keep a reference to it in

[waffle] [PATCH 4/4] gbm: implement window_resize

2016-05-16 Thread Emil Velikov
From: Emil Velikov Reuse the existing init/teardown functions to create a new window and nuke the old one on success. Note: as we need the original config, we keep a reference to it in struct wcore_config. Ideally there will be a generic way to query it.