From 374b9aa8ce14cd20a6768519eee63948c83488d6 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Mon, 31 Jan 2005 10:47:32 +0000 Subject: [PATCH] Added hungarian keyboard layout. --- hw/xwin/ChangeLog | 15 +++++++++++++++ hw/xwin/winconfig.c | 1 + 2 files changed, 16 insertions(+) diff --git a/hw/xwin/ChangeLog b/hw/xwin/ChangeLog index c87b848c6..f61e7af2b 100644 --- a/hw/xwin/ChangeLog +++ b/hw/xwin/ChangeLog @@ -1,3 +1,18 @@ +2005-01-31 Alexander Gottwald + + * winconfig.c: + Added hungarian keyboard layout. + +2005-01-31 Alexander Gottwald + + * winmessages.h + * winmsg.h + * winmsg.c + * winmultiwindowwndproc.c + * winwin32rootlesswndproc.c + * winwndproc.c: + Make logging of messages configurable with environment variables + 2005-01-31 Alexander Gottwald * InitOutput.c: diff --git a/hw/xwin/winconfig.c b/hw/xwin/winconfig.c index 44d66b19a..fb9295472 100644 --- a/hw/xwin/winconfig.c +++ b/hw/xwin/winconfig.c @@ -248,6 +248,7 @@ WinKBLayoutRec winKBLayouts[] = { { 0x40c, -1, "pc105", "fr", NULL, NULL, "French (Standard)"}, { 0x80c, -1, "pc105", "be", NULL, NULL, "French (Belgian)"}, { 0x100c, -1, "pc105", "fr_CH", NULL, NULL, "French (Switzerland)"}, + { 0x40e, -1, "pc105", "hu", NULL, NULL, "Hungarian"}, { 0x410, -1, "pc105", "it", NULL, NULL, "Italian"}, { 0x411, 7, "jp106", "jp", NULL, NULL, "Japanese"}, { 0x813, -1, "pc105", "be", NULL, NULL, "Dutch (Belgian)"},