From: root Date: Mon, 23 Oct 2006 16:37:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=98ce734490871ef41aa7451099ed45c48bfabf98;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 519fbd1c..5a8bc875 100644 --- a/Changes +++ b/Changes @@ -892,7 +892,7 @@ TODO: clear_rect -1 transparency breaks -ip - fix pixmap offset when tinting (reported by Eduard Bloch). - new -sh option by Mikael Magnusson. - off-focus-fading (--enable-fading) support (patch by - Mikael Magnusson). + Mikael Magnusson, based on aterm code). - cursor now set correctly on --disable-blank (reported by Mikael Magnusson). - better (and non-crashing) slipwheeling (Mikael Magnusson). diff --git a/reconf b/reconf index 9a619b32..41e1ec87 100755 --- a/reconf +++ b/reconf @@ -5,8 +5,8 @@ # just set some compiler options if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then - CC=ccache\ gcc-4.0 - CXX=ccache\ g++-4.0 + CC=ccache\ gcc + CXX=ccache\ g++ export CC CXX unset CXXFLAGS CFLAGS fi