mbox series

[v3,0/1] ui/cocoa: add zoom-to-fit display option

Message ID 20231027154920.80626-1-carwynellis@gmail.com
Headers show
Series ui/cocoa: add zoom-to-fit display option | expand

Message

Carwyn Ellis Oct. 27, 2023, 3:49 p.m. UTC
From: Carwyn Ellis <carwynellis@gmail.com>

The intention here is to allow fullscreen scaling of the display to be
enabled by setting the display option `zoom-to-fit` to on, allowing this
to be set from the command line without having to interact with the ui
menu.

Includes changes requested by Akihiko Odaki.

Signed-off-by: Carwyn Ellis <carwynellis@gmail.com>

Carwyn Ellis (1):
  ui/cocoa: add zoom-to-fit display option

 qapi/ui.json |  7 ++++++-
 ui/cocoa.m   | 32 ++++++++++++++++++--------------
 2 files changed, 24 insertions(+), 15 deletions(-)