diff options
author | marha <marha@users.sourceforge.net> | 2009-07-31 08:38:27 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-31 08:38:27 +0000 |
commit | 5c5065bca2d3438d1818469b0e1eceb8da3ebee1 (patch) | |
tree | 4a22d0da661b9803f79f720763ec6c7d4820e8ed /include/dix-config.h | |
parent | 63da63dd8b5abf8fe804ce01652ea84c03a58074 (diff) | |
download | vcxsrv-5c5065bca2d3438d1818469b0e1eceb8da3ebee1.tar.gz vcxsrv-5c5065bca2d3438d1818469b0e1eceb8da3ebee1.tar.bz2 vcxsrv-5c5065bca2d3438d1818469b0e1eceb8da3ebee1.zip |
include/dix-config.h: removed encodings from font path
libX11/src/ConvSel.c: corrected wrong return value
xorg-server/hw/xwin/winclipboardwndproc.c: Solved pasted problem from X to windows.
Diffstat (limited to 'include/dix-config.h')
-rw-r--r-- | include/dix-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dix-config.h b/include/dix-config.h index cdf3cf068..53e956da1 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -25,7 +25,7 @@ #define BUILDERSTRING "" /* Default font path */ -#define COMPILEDDEFAULTFONTPATH "fonts/misc/,fonts/TTF/,fonts/OTF,fonts/Type1/,fonts/100dpi/,fonts/75dpi/,fonts/cyrillic/,fonts/encodings/,fonts/Speedo/,built-ins" +#define COMPILEDDEFAULTFONTPATH "fonts/misc/,fonts/TTF/,fonts/OTF,fonts/Type1/,fonts/100dpi/,fonts/75dpi/,fonts/cyrillic/,fonts/Speedo/,built-ins" /* Miscellaneous server configuration files path */ #define SERVER_MISC_CONFIG_PATH "." |