Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 694154 Details for
Bug 908057
Cannot change resolution when View -> Automatically resize in RV is off
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spice-gtk patch
0001-display-keep-monitor-config-updated-if-resize-guest-.patch (text/plain), 937 bytes, created by
Marc-Andre Lureau
on 2013-02-06 21:46:10 UTC
(
hide
)
Description:
spice-gtk patch
Filename:
MIME Type:
Creator:
Marc-Andre Lureau
Created:
2013-02-06 21:46:10 UTC
Size:
937 bytes
patch
obsolete
>From 61e5845eaf9cf30a242a2bdb6a56dea93dcbb697 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com> >Date: Wed, 6 Feb 2013 22:44:21 +0100 >Subject: [PATCH spice-gtk] display: keep monitor config updated if > resize-guest is disabled > >https://bugzilla.redhat.com/show_bug.cgi?id=908057 >--- > gtk/spice-widget.c | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/gtk/spice-widget.c b/gtk/spice-widget.c >index fcb3e87..24b9071 100644 >--- a/gtk/spice-widget.c >+++ b/gtk/spice-widget.c >@@ -297,6 +297,10 @@ static void update_monitor_area(SpiceDisplay *display) > goto whole; > } > >+ if (!d->resize_guest_enable) >+ spice_main_set_display(d->main, d->monitor_id, >+ c->x, c->y, c->width, c->height); >+ > update_area(display, c->x, c->y, c->width, c->height); > g_clear_pointer(&monitors, g_array_unref); > return; >-- >1.8.1.1.439.g50a6b54 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 908057
:
693504
|
693505
| 694154