Re: [Qemu-devel] [PATCH 4/4] gtk: set window ID

2016-10-31 Thread Daniel P. Berrange
On Mon, Oct 31, 2016 at 05:00:07PM +0100, Samuel Thibault wrote: > This uses the console API to record the window ID of the GTK windows. > > Signed-off-by: Samuel Thibault > --- > ui/gtk.c | 25 +++-- > 1 file changed, 23 insertions(+), 2

Re: [Qemu-devel] [PATCH 4/4] gtk: set window ID

2016-10-31 Thread Samuel Thibault
Samuel Thibault, on Mon 31 Oct 2016 17:00:07 +0100, wrote: > This uses the console API to record the window ID of the GTK windows. Ah, sorry, I let this one through, please ignore it, it'll need rework as discussed in the other thread. Samuel

[Qemu-devel] [PATCH 4/4] gtk: set window ID

2016-10-31 Thread Samuel Thibault
This uses the console API to record the window ID of the GTK windows. Signed-off-by: Samuel Thibault --- ui/gtk.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/ui/gtk.c b/ui/gtk.c index ca737c4..d75f255 100644 ---