Re: [Spice-devel] [PATCH spice-gtk] widget: Fix rendering issues with CSD on Windows

2016-08-12 Thread Fabiano FidĂȘncio
On Fri, Aug 12, 2016 at 11:38 PM, Pavel Grunt wrote: > Replace GDK_WINDOW_HWND by gdk_win32_window_get_impl_hwnd() which gets > the HWND directly, without any side effects. > > Related: > https://bugzilla.redhat.com/show_bug.cgi?id=1352216 > --- > src/spice-widget.c | 2 +- > 1 file changed, 1 in

[Spice-devel] [PATCH spice-gtk] widget: Fix rendering issues with CSD on Windows

2016-08-12 Thread Pavel Grunt
Replace GDK_WINDOW_HWND by gdk_win32_window_get_impl_hwnd() which gets the HWND directly, without any side effects. Related: https://bugzilla.redhat.com/show_bug.cgi?id=1352216 --- src/spice-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice-widget.c b/src/spic