RE: [PATCH v3] ui/gtk: New -display gtk option 'full-screen-on-monitor'.

2021-06-24 Thread Khor, Swee Aun
, Vivek ; Mazlan, Hazwan Arif Subject: Re: [PATCH v3] ui/gtk: New -display gtk option 'full-screen-on-monitor'. On Thu, Jun 24, 2021 at 12:56:28AM +, Khor, Swee Aun wrote: > Hi Gerd, > I am able to compile the code without error with my v3 patch. I don't see my > p

Re: [PATCH v3] ui/gtk: New -display gtk option 'full-screen-on-monitor'.

2021-06-24 Thread Gerd Hoffmann
On Thu, Jun 24, 2021 at 12:56:28AM +, Khor, Swee Aun wrote: > Hi Gerd, > I am able to compile the code without error with my v3 patch. I don't see my > patch showing up in https://patchew.org/QEMU/ , is it due to this compilation > error? > > I tried to change from %ld -> %lld but I encounte

RE: [PATCH v3] ui/gtk: New -display gtk option 'full-screen-on-monitor'.

2021-06-23 Thread Khor, Swee Aun
(long long)opts->u.gtk.full_screen_on_monitor, monitor_n); Regards, SweeAun -Original Message- From: Gerd Hoffmann Sent: Wednesday, June 23, 2021 8:34 PM To: Khor, Swee Aun Cc: qemu-devel@nongnu.org; arm...@redhat.com; ebl...@redhat.com; Romli, Khairul Anuar ; Kasireddy, Vivek ; Ma

Re: [PATCH v3] ui/gtk: New -display gtk option 'full-screen-on-monitor'.

2021-06-23 Thread Gerd Hoffmann
On Wed, Jun 23, 2021 at 04:27:44PM +0800, Khor, Swee Aun wrote: > This lets user select monitor number to display QEMU in full screen > with -display gtk,full-screen-on-monitor=. ../../ui/gtk.c: In function 'gtk_display_init': ../../ui/gtk.c:2300:25: error: format '%ld' expects argument of type 'l