initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / scim / files / 54_scim-1.4.7-xim-wrong-format.dpatch
blob7fc7db3ae9b667b38791bf15595a2a47dfb0710b
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 54_scim-1.4.7-xim-wrong-format.dpatch by Ikuya Awashiro <ikuya@fruitsbasket.info>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Fix incorrect XIM_QUERY_EXTENSION_REPLY message
6 ## DP: https://bugzilla.redhat.com/show_bug.cgi?id=457566
8 @DPATCH@
9 diff -urNad scim-1.4.9~/modules/FrontEnd/IMdkit/i18nIMProto.c scim-1.4.9/modules/FrontEnd/IMdkit/i18nIMProto.c
10 --- scim-1.4.9~/modules/FrontEnd/IMdkit/i18nIMProto.c 2008-11-02 06:42:13.000000000 +0000
11 +++ scim-1.4.9/modules/FrontEnd/IMdkit/i18nIMProto.c 2009-07-20 11:55:05.000000000 +0000
12 @@ -106,11 +106,11 @@
14 static XimFrameRec ext_fr[] =
16 - _FRAME(BIT16), /* extension major-opcode */
17 - _FRAME(BIT16), /* extension minor-opcode */
18 + _FRAME(BIT8), /* extension major-opcode */
19 + _FRAME(BIT8), /* extension minor-opcode */
20 _FRAME(BIT16), /* length of extension name */
21 _FRAME(BARRAY), /* extension name */
22 - _PAD4(2),
23 + _PAD4(1),
24 _FRAME(EOL),