Codebase list virt-viewer / 68148e1
display-vnc: fix zoom-level set by command line Setting the zoom-level using the command line option '--zoom' is not working for vnc guests. This problem can be solved by emitting the "display-desktop-resize" signal when vnc is initialized. https://bugzilla.redhat.com/show_bug.cgi?id=1170071 Pavel Grunt authored 9 years ago Fabiano FidĂȘncio committed 9 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
117117 {
118118 virt_viewer_display_set_show_hint(display,
119119 VIRT_VIEWER_DISPLAY_SHOW_HINT_READY, TRUE);
120 g_signal_emit_by_name(display, "display-desktop-resize");
120121 }
121122
122123 static void