From 522c878fca3bfe97cd408e37065f827c004faa04 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 2 Nov 2004 08:54:53 +0000 Subject: Removing unneeded private FreeType2 symbol. Updating to EDID 1.3. (Bugzilla# 1490, Jay Cotton, Egbert Eich). Removing unneeded code. Fixed KGA handling for i810. KGA handling for chips derived from C&T chips is slightly different. The changes make the code consistent with the C&T (chips) and i740 drivers. --- xkb/ddxLoad.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'xkb/ddxLoad.c') diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c index ed61becb0..636882955 100644 --- a/xkb/ddxLoad.c +++ b/xkb/ddxLoad.c @@ -176,6 +176,9 @@ char cmd[PATH_MAX],file[PATH_MAX],xkm_output_dir[PATH_MAX],*map,*outFile; ErrorF("XkbDDXCompileNamedKeymap compiling keymap using:\n"); ErrorF(" \"cmd\"\n"); } +#endif +#ifdef DEBUG_CMD + ErrorF("xkb executes: %s\n",cmd); #endif if (System(cmd)==0) { if (nameRtrn) { @@ -312,6 +315,12 @@ int i; if (fclose(out)==0) #endif { +#ifdef DEBUG_CMD + ErrorF("xkb executes: %s\n",buf); + ErrorF("xkbcomp input:\n"); + XkbWriteXKBKeymapForNames(stderr,names,NULL,xkb,want,need); + ErrorF("end xkbcomp input\n"); +#endif #ifdef WIN32 if (System(buf) < 0) ErrorF("Could not invoke keymap compiler\n"); -- cgit v1.2.3