Re: [virt-tools-list] [PATCH virt-viewer] display: Set value of desktop width and height property directly

2016-02-02 Thread Eduardo Lima (Etrunko)
On 01/27/2016 03:33 PM, Pavel Grunt wrote: > Avoid calling gtk_widget_queue_resize() and emitting > the "display-desktop-resize" signal. Just curious about why this change is necessary? I mean, isn't this signal necessary somewhere else? I see it is handled in VirtViewerWindow. If so, please

Re: [virt-tools-list] [PATCH virt-viewer] display: Set value of desktop width and height property directly

2016-02-02 Thread Pavel Grunt
Hi, On Tue, 2016-02-02 at 09:47 -0200, Eduardo Lima (Etrunko) wrote: > On 01/27/2016 03:33 PM, Pavel Grunt wrote: > > Avoid calling gtk_widget_queue_resize() and emitting > > the "display-desktop-resize" signal. > > Just curious about why this change is necessary? I mean, isn't this > signal

Re: [virt-tools-list] [PATCH virt-viewer] display: Set value of desktop width and height property directly

2016-02-02 Thread Eduardo Lima (Etrunko)
On 02/02/2016 10:59 AM, Pavel Grunt wrote: > Hi, > > On Tue, 2016-02-02 at 09:47 -0200, Eduardo Lima (Etrunko) wrote: >> On 01/27/2016 03:33 PM, Pavel Grunt wrote: >>> Avoid calling gtk_widget_queue_resize() and emitting >>> the "display-desktop-resize" signal. >> >> Just curious about why this

[virt-tools-list] [PATCH virt-viewer] display: Set value of desktop width and height property directly

2016-01-27 Thread Pavel Grunt
Avoid calling gtk_widget_queue_resize() and emitting the "display-desktop-resize" signal. --- src/virt-viewer-display.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/virt-viewer-display.c b/src/virt-viewer-display.c index d1b088e..af1fe01 100644 ---