diff options
author | Egbert Eich <eich@suse.de> | 2004-11-02 08:54:53 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-11-02 08:54:53 +0000 |
commit | 522c878fca3bfe97cd408e37065f827c004faa04 (patch) | |
tree | 7c9c6342d44b63529fd039ca12d7404ddcce1637 /xkb/ddxList.c | |
parent | 1074992c285835ca9d96d11e8352bbe2cdbc2a28 (diff) |
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.
Diffstat (limited to 'xkb/ddxList.c')
-rw-r--r-- | xkb/ddxList.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xkb/ddxList.c b/xkb/ddxList.c index 30510ffaa..b2e644fc3 100644 --- a/xkb/ddxList.c +++ b/xkb/ddxList.c @@ -200,6 +200,9 @@ char tmpname[32]; in= Popen(buf,"r"); #else { +#ifdef DEBUG_CMD + ErrorF("xkb executes: %s\n",cmd); +#endif if (System(buf) < 0) ErrorF("Could not invoke keymap compiler\n"); else |