diff options
author | Slávek Banko <[email protected]> | 2012-07-11 03:36:42 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-07-11 03:47:55 +0200 |
commit | 8fe6f08227059c8cddc686888fb3e402b83c9eff (patch) | |
tree | 8966907d5b5cc3ecdd6bb86bc845e605f07926b8 /config.h.in | |
parent | efeb4d69d6d954caeb700e0a33ca0a8ae7d4e166 (diff) | |
download | kmplayer-8fe6f08227059c8cddc686888fb3e402b83c9eff.tar.gz kmplayer-8fe6f08227059c8cddc686888fb3e402b83c9eff.zip |
Changed screen saver control to use fake events
This closes Bug 1031
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index e3687cd..874e18e 100644 --- a/config.h.in +++ b/config.h.in @@ -105,6 +105,9 @@ /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF +/* XTest extension available */ +#undef HAVE_XTEST + /* If we have libxine installed */ #undef HAVE_XINE |