diff options
author | marha <marha@users.sourceforge.net> | 2012-01-23 16:14:17 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-23 16:14:17 +0100 |
commit | 7c71281dc91e15ef59ab3f4d5c11422a8cb7afdb (patch) | |
tree | 9722c7a3f88f8f214d6ee932649a49260a1dad48 | |
parent | 0eaea775777698473905f651139f491cce632b19 (diff) | |
download | vcxsrv-7c71281dc91e15ef59ab3f4d5c11422a8cb7afdb.tar.gz vcxsrv-7c71281dc91e15ef59ab3f4d5c11422a8cb7afdb.tar.bz2 vcxsrv-7c71281dc91e15ef59ab3f4d5c11422a8cb7afdb.zip |
Enabled client ID tracking
-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 24c525480..43106a4dd 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -276,7 +276,7 @@ #define RES 1 /* Support client ID tracking in X resource extension */ -#undef CLIENTIDS +#define CLIENTIDS 1 /* Support MIT-SCREEN-SAVER extension */ #define SCREENSAVER 1 |