ChangeSet ID: 1129522193677745932553993 CVSROOT: /cvsroot/wine Module name: docs Changes by: dimi@sc8-pr-cvs1.sourceforge.net 2005/10/16 21:09:53
Modified files: en : winedev-windowing.sgml
Log message: Disable the keymap table example, it breaks PS and PDF generation.
Old revision New revision Changes Path 1.2 1.3 +2 -2 docs/en/winedev-windowing.sgml
Index: docs/en/winedev-windowing.sgml diff -u -p docs/en/winedev-windowing.sgml:1.2 docs/en/winedev-windowing.sgml:1.3 --- docs/en/winedev-windowing.sgml 17 Oct 2005 4: 9:53 -0000 +++ /dev/null 17 Oct 2005 4: 9:53 -0000 @@ -580,7 +580,7 @@ static const int main_key_scan[MAIN_LEN] line (usually <keycap>Z</keycap>), must be placed on a separate line after the last line. </para> - <para> + <!--para> For example, my Norwegian keyboard looks like this </para> <screen> @@ -621,7 +621,7 @@ static const char main_key_NO[MAIN_LEN][ Except that " and \ needs to be quoted with a backslash, and that the 102nd key is on a separate line, it's pretty straightforward. - </para> + </para--> <para> After you have written such a table, you need to add it to the <function>main_key_tab[]</function> layout index table. This