diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-03-31 23:12:37 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-03-31 23:12:37 -0500 |
commit | fbd3a27d6e0998f6052e93ce60f68c5261b38d2d (patch) | |
tree | 6f85c703246c65dfdff0c7c25f8a138be138ce17 /compton.h | |
parent | 6e4f45f875ccc0f29b93b0b36ef34dfdc8f8394a (diff) | |
download | tdebase-fbd3a27d6e0998f6052e93ce60f68c5261b38d2d.tar.gz tdebase-fbd3a27d6e0998f6052e93ce60f68c5261b38d2d.zip |
Add required functionality for use with TDE
Diffstat (limited to 'compton.h')
-rw-r--r-- | compton.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,9 @@ #include <locale.h> #include <signal.h> +#include <sys/types.h> +#include <pwd.h> + #ifdef CONFIG_VSYNC_DRM #include <fcntl.h> // We references some definitions in drm.h, which could also be found in @@ -754,6 +757,9 @@ unmap_win(session_t *ps, win *w); static opacity_t wid_get_opacity_prop(session_t *ps, Window wid, opacity_t def); +static bool +init_filters(session_t *ps); + /** * Reread opacity property of a window. */ |