summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-08 16:13:11 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-08 16:13:11 +0000
commite7fec996eb43a0bea94a37d329e3902299e6e895 (patch)
tree6f75815a1047bd5fdc129259135110de54dd4d01 /hw
parentd0d164e6daf6c1d8afe8099fb6187d8a74ff652b (diff)
Merge from CYGWIN Added layout "French (Canada)" as ca_enhanced Added Czech
(QWERTY) layout Merge from CYGWIN Print error code if winStoreColorsShadowDDNL fails
Diffstat (limited to 'hw')
-rw-r--r--hw/xwin/ChangeLog10
-rw-r--r--hw/xwin/winlayouts.h4
-rw-r--r--hw/xwin/winshadddnl.c2
3 files changed, 14 insertions, 2 deletions
diff --git a/hw/xwin/ChangeLog b/hw/xwin/ChangeLog
index 06e503e2e..82a656021 100644
--- a/hw/xwin/ChangeLog
+++ b/hw/xwin/ChangeLog
@@ -1,5 +1,15 @@
2005-06-08 Alexander Gottwald <ago at freedesktop dot org>
+ * winlayouts.h:
+ Merge from CYGWIN
+ Added layout "French (Canada)" as ca_enhanced
+ Added Czech (QWERTY) layout
+ * winshaddnl.c:
+ Merge from CYGWIN
+ Print error code if winStoreColorsShadowDDNL fails
+
+2005-06-08 Alexander Gottwald <ago at freedesktop dot org>
+
* winmultiwindowwindow.c:
Fix crash reported by Øyvind Harboe
diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h
index a04156f61..cc0752430 100644
--- a/hw/xwin/winlayouts.h
+++ b/hw/xwin/winlayouts.h
@@ -41,6 +41,7 @@ typedef struct
WinKBLayoutRec winKBLayouts[] =
{
{ 0x405, -1, "pc105", "cz", NULL, NULL, "Czech"},
+ {0x10405, -1, "pc105", "cz_qwerty", NULL, NULL, "Czech (QWERTY)"},
{ 0x406, -1, "pc105", "dk", NULL, NULL, "Danish"},
{ 0x407, -1, "pc105", "de", NULL, NULL, "German (Germany)"},
{0x10407, -1, "pc105", "de", NULL, NULL, "German (Germany, IBM)"},
@@ -54,6 +55,7 @@ WinKBLayoutRec winKBLayouts[] =
{ 0x40b, -1, "pc105", "fi", NULL, NULL, "Finnish"},
{ 0x40c, -1, "pc105", "fr", NULL, NULL, "French (Standard)"},
{ 0x80c, -1, "pc105", "be", NULL, NULL, "French (Belgian)"},
+ { 0xc0c, -1, "pc105", "ca_enhanced", NULL, NULL, "French (Canada)"},
{ 0x100c, -1, "pc105", "fr_CH", NULL, NULL, "French (Switzerland)"},
{ 0x40e, -1, "pc105", "hu", NULL, NULL, "Hungarian"},
{ 0x410, -1, "pc105", "it", NULL, NULL, "Italian"},
@@ -99,7 +101,7 @@ Support ID XKB Language
0x1004 Chinese (Singapore)
0x1404 Chinese (Macao SAR) (98/ME,2K/XP)
X 0x0405 cz Czech
- Czech (QWERTY)
+ X cz_qwerty Czech (QWERTY)
Czech (Programmers)
X 0x0406 dk Danish
X 0x0407 de German (Standard)
diff --git a/hw/xwin/winshadddnl.c b/hw/xwin/winshadddnl.c
index 9c26e0535..17b78fec5 100644
--- a/hw/xwin/winshadddnl.c
+++ b/hw/xwin/winshadddnl.c
@@ -1308,7 +1308,7 @@ winStoreColorsShadowDDNL (ColormapPtr pColormap,
+ pdefs[0].pixel);
if (FAILED (ddrval))
{
- ErrorF ("winStoreColorsShadowDDNL - SetEntries () failed\n");
+ ErrorF ("winStoreColorsShadowDDNL - SetEntries () failed: %08x\n", ddrval);
return FALSE;
}