Bugzilla – Attachment 391485 Details for
Bug 400520
vnc doesn't recognize umlauts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Proposed patch for Xvnc
xorg-server-xf4vnc-bug605015-vnc-umlauts.diff (text/plain), 958 bytes, created by
Matthias Hopf
on 2010-09-24 16:56:23 UTC
(
hide
)
Description:
Proposed patch for Xvnc
Filename:
MIME Type:
Creator:
Matthias Hopf
Created:
2010-09-24 16:56:23 UTC
Size:
958 bytes
patch
obsolete
>Index: xorg-server-1.6.5/hw/vnc/kbdptr.c >=================================================================== >--- xorg-server-1.6.5.orig/hw/vnc/kbdptr.c >+++ xorg-server-1.6.5/hw/vnc/kbdptr.c >@@ -166,7 +166,9 @@ KbdAddEvent(Bool down, KeySym keySym, rf > if (!kbdDevice) > return; > >- keySyms = &kbdDevice->key->curKeySyms; >+ /* Use virtual core keyboard for keysyms - see discussion on >+ * https://defect.opensolaris.org/bz/show_bug.cgi?id=8687 */ >+ keySyms = &inputInfo.keyboard->key->curKeySyms; > > #ifdef CORBA > if (cl) { >@@ -277,7 +279,8 @@ KbdAddEvent(Bool down, KeySym keySym, rf > shiftMustBePressed = TRUE; > } > >- SendMappingNotify(kbdDevice, MappingKeyboard, keyCode, 1, serverClient); >+ /* Use virtual core keyboard for keysyms */ >+ SendMappingNotify(inputInfo.keyboard, MappingKeyboard, keyCode, 1, serverClient); > > ErrorF("KbdAddEvent: unknown KeySym 0x%x - allocating KeyCode %d\n", > (int)keySym, keyCode);
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