Bugzilla – Attachment 292659 Details for
Bug 400520
vnc doesn't recognize umlauts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Xvnc patch to add dynamically allocated keycodes to the core keyboard's mapping
Xvnc.patch (text/plain), 416 bytes, created by
Jürgen Keil
on 2009-05-17 21:09:41 UTC
(
hide
)
Description:
Xvnc patch to add dynamically allocated keycodes to the core keyboard's mapping
Filename:
MIME Type:
Creator:
Jürgen Keil
Created:
2009-05-17 21:09:41 UTC
Size:
416 bytes
patch
obsolete
>--- hw/vnc/kbdptr.c-orig 2009-05-17 22:59:19.000000000 +0200 >+++ hw/vnc/kbdptr.c 2009-05-17 23:02:03.000000000 +0200 >@@ -142,10 +142,10 @@ > Bool shiftMustBeReleased = FALSE; > Bool shiftMustBePressed = FALSE; > >- if (!kbdDevice) >+ if (!inputInfo.keyboard) > return; > >- keySyms = &kbdDevice->key->curKeySyms; >+ keySyms = &inputInfo.keyboard->key->curKeySyms; > > #ifdef CORBA > if (cl) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 400520
:
285273
|
292659
|
391485
|
426119
|
426122
|
431597