diff options
author | Benedikt Meurer <benny@xfce.org> | 2004-07-16 14:08:07 +0000 |
---|---|---|
committer | Benedikt Meurer <benny@xfce.org> | 2004-07-16 14:08:07 +0000 |
commit | a8896ce5142ac00d9c81770cf41e114b95508011 (patch) | |
tree | 3a65d2874e1f95056055ba435002bd6c57fe11aa /config.h.in | |
parent | 649c0bd7ec14c5a991cf2e4387a2a1058c00969a (diff) | |
download | xfce4-session-a8896ce5142ac00d9c81770cf41e114b95508011.tar.gz |
Added simple redhat shutdown code (dunno if this works actually, copied from
gnome-session) per botsie's request. Added lots of .cvsignore files. Use
Brians XfceColorButton instead of the 2.4-only GtkColorButton widget.
Removed the custom xinitrc script, its no longer required, since xinitrc
starts xfce4-session automatically.
(Old svn revision: 4623)
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 716d98c7..9804402d 100644 --- a/config.h.in +++ b/config.h.in @@ -165,6 +165,9 @@ /* Version number of package */ #undef VERSION +/* Shutdown helper implementation */ +#undef XFSM_SHUTDOWN_HELPER_IMPL_C + /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING |