summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2004-05-26 16:47:56 +0000
committerBenedikt Meurer <benny@xfce.org>2004-05-26 16:47:56 +0000
commit1bd0603d375917aa9945b96e4b9489252e8b7468 (patch)
treeefebe5f60936c1385b1968fd1a676cea2054575c /config.h.in
parent123aa2606e3e1c699b70b349aca4058a41728123 (diff)
downloadxfce4-session-1bd0603d375917aa9945b96e4b9489252e8b7468.tar.gz
Fixed legacy check for XSMP support. Added support for session screenshots,
if enabled, a screenshot of your session will be shot on logout and displayed in the chooser on next login (disabled by default, since its a bit expensive to transfer large root window screenshots, enable with --enable-session-screenshots at compile time). (Old svn revision: 4583)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 21c810f7..469f02a3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -138,6 +138,9 @@
/* reboot command */
#undef REBOOT_CMD
+/* Define for session screenshots */
+#undef SESSION_SCREENSHOTS
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS