From: root Date: Wed, 1 Aug 2007 17:54:03 +0000 (+0000) Subject: add afterimage to options: line X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3e0abd21301b8a2cdc8eb580a04d8cd193530d60;p=dana%2Furxvt.git add afterimage to options: line --- diff --git a/src/xdefaults.C b/src/xdefaults.C index e3c61434..2e39fbeb 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -330,6 +330,9 @@ static const char optionsstring[] = "options: " #if defined(ENABLE_TRANSPARENCY) "transparent," #endif +#if HAVE_AFTERIMAGE + "afterimage," +#endif #if TINTING "tint," #endif