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 317679 Details for
Bug 463729
virt-manager does not release mouse pointer after gtk-vnc update
[?]
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]
Allow ungrab if pointer is grabbed
gtk-vnc-0.3.7-abs-ungrab.patch (text/plain), 635 bytes, created by
Daniel Berrangé
on 2008-09-25 12:06:09 UTC
(
hide
)
Description:
Allow ungrab if pointer is grabbed
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2008-09-25 12:06:09 UTC
Size:
635 bytes
patch
obsolete
>diff -r cf0e849385e0 src/vncdisplay.c >--- a/src/vncdisplay.c Thu Sep 11 17:07:42 2008 +0100 >+++ b/src/vncdisplay.c Thu Sep 25 12:57:31 2008 +0100 >@@ -703,13 +703,12 @@ > } > } > >- if ((!priv->grab_keyboard || !priv->absolute) && >- key->type == GDK_KEY_PRESS && >+ if (key->type == GDK_KEY_PRESS && > ((keyval == GDK_Control_L && (key->state & GDK_MOD1_MASK)) || > (keyval == GDK_Alt_L && (key->state & GDK_CONTROL_MASK)))) { > if (priv->in_pointer_grab) > do_pointer_ungrab(VNC_DISPLAY(widget), FALSE); >- else >+ else if (!priv->grab_keyboard || !priv->absolute) > do_pointer_grab(VNC_DISPLAY(widget), FALSE); > } >
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 463729
:
317616
|
317618
| 317679 |
659363