summaryrefslogtreecommitdiffstats
path: root/compton.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-03-31 23:12:37 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-03-31 23:12:37 -0500
commitfbd3a27d6e0998f6052e93ce60f68c5261b38d2d (patch)
tree6f85c703246c65dfdff0c7c25f8a138be138ce17 /compton.h
parent6e4f45f875ccc0f29b93b0b36ef34dfdc8f8394a (diff)
downloadtdebase-fbd3a27d6e0998f6052e93ce60f68c5261b38d2d.tar.gz
tdebase-fbd3a27d6e0998f6052e93ce60f68c5261b38d2d.zip
Add required functionality for use with TDE
Diffstat (limited to 'compton.h')
-rw-r--r--compton.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/compton.h b/compton.h
index a4e838efb..dfdbe53d3 100644
--- a/compton.h
+++ b/compton.h
@@ -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.
*/