From 5c4edd34f48175ab573145308d399cc06bf301dd Mon Sep 17 00:00:00 2001 From: pcg Date: Thu, 18 Dec 2003 02:07:12 +0000 Subject: [PATCH] *** empty log message *** --- configure | 431 ++++++++++++++++++++++--------------------- src/command.C | 11 +- src/graphics.C | 4 +- src/init.C | 20 +- src/rxvt.h | 6 +- src/screen.C | 4 +- src/scrollbar-next.C | 6 +- src/xpm.C | 6 +- 8 files changed, 253 insertions(+), 235 deletions(-) diff --git a/configure b/configure index f87a9dc7..a28425cb 100755 --- a/configure +++ b/configure @@ -5196,6 +5196,25 @@ if test "${enable_everything+set}" = set; then fi +echo +if test x$support_inheritpixmap = xyes; then + support_inheritpixmap=no + echo "******* transparency support disabled, does not work" +fi +if test x$support_xpm = xyes; then + support_xpm=no + echo "******* pixmap support disabled, does not work" +fi +if test x$support_graphics = xyes; then + support_graphics=no + echo "******* graphics support disabled, does not work" +fi +if test x$support_menubar = xyes; then + support_menubar=no + echo "******* menubar support disabled, does not work" +fi +echo + # Check whether --enable-unicode3 or --disable-unicode3 was given. if test "${enable_unicode3+set}" = set; then enableval="$enable_unicode3" @@ -5630,7 +5649,7 @@ fi # Extract the first word of "mv", so it can be a program name with args. set dummy mv; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5634: checking for $ac_word" >&5 +echo "configure:5653: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5666,7 +5685,7 @@ fi # Extract the first word of "rm", so it can be a program name with args. set dummy rm; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5670: checking for $ac_word" >&5 +echo "configure:5689: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5702,7 +5721,7 @@ fi # Extract the first word of "cp", so it can be a program name with args. set dummy cp; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5706: checking for $ac_word" >&5 +echo "configure:5725: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5738,7 +5757,7 @@ fi # Extract the first word of "ln", so it can be a program name with args. set dummy ln; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5742: checking for $ac_word" >&5 +echo "configure:5761: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5774,7 +5793,7 @@ fi # Extract the first word of "sed", so it can be a program name with args. set dummy sed; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5778: checking for $ac_word" >&5 +echo "configure:5797: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5810,7 +5829,7 @@ fi # Extract the first word of "echo", so it can be a program name with args. set dummy echo; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5814: checking for $ac_word" >&5 +echo "configure:5833: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_ECHO'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5846,7 +5865,7 @@ fi # Extract the first word of "cmp", so it can be a program name with args. set dummy cmp; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5850: checking for $ac_word" >&5 +echo "configure:5869: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5882,7 +5901,7 @@ fi # Extract the first word of "tbl", so it can be a program name with args. set dummy tbl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5886: checking for $ac_word" >&5 +echo "configure:5905: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_TBL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5922,7 +5941,7 @@ fi # Uses ac_ vars as temps to allow command line to override cache and checks. # --without-x overrides everything else, but does not touch the cache. echo $ac_n "checking for X""... $ac_c" 1>&6 -echo "configure:5926: checking for X" >&5 +echo "configure:5945: checking for X" >&5 # Check whether --with-x or --without-x was given. if test "${with_x+set}" = set; then @@ -5984,12 +6003,12 @@ if test "$ac_x_includes" = NO; then # First, try using that file with no special directory specified. cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6012: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6058,14 +6077,14 @@ if test "$ac_x_libraries" = NO; then ac_save_LIBS="$LIBS" LIBS="-l$x_direct_test_library $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* LIBS="$ac_save_LIBS" # We can link X programs with no special library path. @@ -6171,17 +6190,17 @@ else case "`(uname -sr) 2>/dev/null`" in "SunOS 5"*) echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 -echo "configure:6175: checking whether -R must be followed by a space" >&5 +echo "configure:6194: checking whether -R must be followed by a space" >&5 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_nospace=yes else @@ -6197,14 +6216,14 @@ rm -f conftest* else LIBS="$ac_xsave_LIBS -R $x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_space=yes else @@ -6236,7 +6255,7 @@ rm -f conftest* # libraries were built with DECnet support. And karl@cs.umb.edu says # the Alpha needs dnet_stub (dnet does not exist). echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 -echo "configure:6240: checking for dnet_ntoa in -ldnet" >&5 +echo "configure:6259: checking for dnet_ntoa in -ldnet" >&5 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6244,7 +6263,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldnet $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6277,7 +6296,7 @@ fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 -echo "configure:6281: checking for dnet_ntoa in -ldnet_stub" >&5 +echo "configure:6300: checking for dnet_ntoa in -ldnet_stub" >&5 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6285,7 +6304,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldnet_stub $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6319: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6325,12 +6344,12 @@ fi # The nsl library prevents programs from opening the X display # on Irix 5.2, according to dickey@clark.net. echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 -echo "configure:6329: checking for gethostbyname" >&5 +echo "configure:6348: checking for gethostbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else @@ -6374,7 +6393,7 @@ fi if test $ac_cv_func_gethostbyname = no; then echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 -echo "configure:6378: checking for gethostbyname in -lnsl" >&5 +echo "configure:6397: checking for gethostbyname in -lnsl" >&5 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6382,7 +6401,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6423,12 +6442,12 @@ fi # -lsocket must be given before -lnsl if both are needed. # We assume that if connect needs -lnsl, so does gethostbyname. echo $ac_n "checking for connect""... $ac_c" 1>&6 -echo "configure:6427: checking for connect" >&5 +echo "configure:6446: checking for connect" >&5 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_connect=yes" else @@ -6472,7 +6491,7 @@ fi if test $ac_cv_func_connect = no; then echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 -echo "configure:6476: checking for connect in -lsocket" >&5 +echo "configure:6495: checking for connect in -lsocket" >&5 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6480,7 +6499,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6515,12 +6534,12 @@ fi # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. echo $ac_n "checking for remove""... $ac_c" 1>&6 -echo "configure:6519: checking for remove" >&5 +echo "configure:6538: checking for remove" >&5 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_remove=yes" else @@ -6564,7 +6583,7 @@ fi if test $ac_cv_func_remove = no; then echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 -echo "configure:6568: checking for remove in -lposix" >&5 +echo "configure:6587: checking for remove in -lposix" >&5 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6572,7 +6591,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lposix $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6607,12 +6626,12 @@ fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. echo $ac_n "checking for shmat""... $ac_c" 1>&6 -echo "configure:6611: checking for shmat" >&5 +echo "configure:6630: checking for shmat" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmat=yes" else @@ -6656,7 +6675,7 @@ fi if test $ac_cv_func_shmat = no; then echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 -echo "configure:6660: checking for shmat in -lipc" >&5 +echo "configure:6679: checking for shmat in -lipc" >&5 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6664,7 +6683,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lipc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6708,7 +6727,7 @@ fi # libraries we check for below, so use a different variable. # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 -echo "configure:6712: checking for IceConnectionNumber in -lICE" >&5 +echo "configure:6731: checking for IceConnectionNumber in -lICE" >&5 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -6716,7 +6735,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -6765,7 +6784,7 @@ if test x$support_xpm = xyes; then # paths, otherwise set no_xpm=yes. # Uses ac_ vars as temps to allow command line to override cache and checks. echo $ac_n "checking for libXpm""... $ac_c" 1>&6 -echo "configure:6769: checking for libXpm" >&5 +echo "configure:6788: checking for libXpm" >&5 # Check whether --with-xpm_includes or --without-xpm_includes was given. if test "${with_xpm_includes+set}" = set; then @@ -6818,12 +6837,12 @@ CPPFLAGS="$CPPFLAGS $X_CFLAGS" # First, try using that file with no special directory specified. cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:6846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -6896,14 +6915,14 @@ if test "$vt_xpm_libraries" = NO; then ac_save_LIBS="$LIBS" LIBS="$LIBS $X_LIBS -lXpm -lX11" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* LIBS="$ac_save_LIBS" # We can link libXpm with no special library path. @@ -6987,12 +7006,12 @@ else vt_xpm_include_X11=no if test -z "$xpm_includes"; then cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6996: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7048,12 +7067,12 @@ fi fi echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 -echo "configure:7052: checking for sys/wait.h that is POSIX.1 compatible" >&5 +echo "configure:7071: checking for sys/wait.h that is POSIX.1 compatible" >&5 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -7069,7 +7088,7 @@ wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } EOF -if { (eval echo configure:7073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7092: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_sys_wait_h=yes else @@ -7113,17 +7132,17 @@ for ac_hdr in \ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:7117: checking for $ac_hdr" >&5 +echo "configure:7136: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7127: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7151,12 +7170,12 @@ done echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 -echo "configure:7155: checking whether time.h and sys/time.h may both be included" >&5 +echo "configure:7174: checking whether time.h and sys/time.h may both be included" >&5 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -7165,7 +7184,7 @@ int main() { struct tm *tp; ; return 0; } EOF -if { (eval echo configure:7169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7188: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_time=yes else @@ -7187,12 +7206,12 @@ fi echo $ac_n "checking whether termios.h and sys/ioctl.h may both be included""... $ac_c" 1>&6 -echo "configure:7191: checking whether termios.h and sys/ioctl.h may both be included" >&5 +echo "configure:7210: checking whether termios.h and sys/ioctl.h may both be included" >&5 if eval "test \"`echo '$''{'rxvt_cv_header_sysioctl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -7203,7 +7222,7 @@ int main() { int a = ECHO; ; return 0; } EOF -if { (eval echo configure:7207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_header_sysioctl=yes else @@ -7229,7 +7248,7 @@ ac_save_LIBS=$LIBS CFLAGS="$CFLAGS $X_CFLAGS" LIBS=`echo "$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` echo $ac_n "checking for -rpath dynamic library path recording""... $ac_c" 1>&6 -echo "configure:7233: checking for -rpath dynamic library path recording" >&5 +echo "configure:7252: checking for -rpath dynamic library path recording" >&5 if eval "test \"`echo '$''{'rxvt_cv_rpath'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7237,7 +7256,7 @@ else echo "configure: warning: You may need to check the LIBS line" 1>&2 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then rxvt_cv_rpath=yes else @@ -7265,7 +7284,7 @@ if test x$rxvt_cv_rpath != xyes; then R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g' LIBS=`echo "$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11" | sed "$R_TRANSLATE"` echo $ac_n "checking for -R dynamic library path recording""... $ac_c" 1>&6 -echo "configure:7269: checking for -R dynamic library path recording" >&5 +echo "configure:7288: checking for -R dynamic library path recording" >&5 if eval "test \"`echo '$''{'rxvt_cv_R'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7273,7 +7292,7 @@ else rxvt_cv_R=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then rxvt_cv_R=yes else @@ -7303,19 +7322,19 @@ echo "$ac_t""$rxvt_cv_R" 1>&6 fi echo $ac_n "checking for XPointer""... $ac_c" 1>&6 -echo "configure:7307: checking for XPointer" >&5 +echo "configure:7326: checking for XPointer" >&5 if eval "test \"`echo '$''{'rxvt_cv_xpointer'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { XPointer dummy; ; return 0; } EOF -if { (eval echo configure:7319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7338: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_xpointer=yes else @@ -7339,12 +7358,12 @@ CFLAGS=$ac_save_CFLAGS echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:7343: checking for working const" >&5 +echo "configure:7362: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7416: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -7414,21 +7433,21 @@ EOF fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:7418: checking for inline" >&5 +echo "configure:7437: checking for inline" >&5 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -7456,12 +7475,12 @@ esac echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:7460: checking for ANSI C header files" >&5 +echo "configure:7479: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -7469,7 +7488,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:7492: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -7486,7 +7505,7 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -7504,7 +7523,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -7525,7 +7544,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -7536,7 +7555,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } EOF -if { (eval echo configure:7540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -7560,12 +7579,12 @@ EOF fi echo $ac_n "checking for mode_t""... $ac_c" 1>&6 -echo "configure:7564: checking for mode_t" >&5 +echo "configure:7583: checking for mode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -7593,12 +7612,12 @@ EOF fi echo $ac_n "checking for pid_t""... $ac_c" 1>&6 -echo "configure:7597: checking for pid_t" >&5 +echo "configure:7616: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -7626,12 +7645,12 @@ EOF fi echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:7630: checking for uid_t in sys/types.h" >&5 +echo "configure:7649: checking for uid_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF @@ -7662,7 +7681,7 @@ fi echo $ac_n "checking size of char""... $ac_c" 1>&6 -echo "configure:7666: checking size of char" >&5 +echo "configure:7685: checking size of char" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7670,7 +7689,7 @@ else ac_cv_sizeof_char=1 else cat > conftest.$ac_ext < #include @@ -7682,7 +7701,7 @@ main() exit(0); } EOF -if { (eval echo configure:7686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_char=`cat conftestval` else @@ -7702,7 +7721,7 @@ EOF echo $ac_n "checking size of short""... $ac_c" 1>&6 -echo "configure:7706: checking size of short" >&5 +echo "configure:7725: checking size of short" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7710,7 +7729,7 @@ else ac_cv_sizeof_short=2 else cat > conftest.$ac_ext < #include @@ -7722,7 +7741,7 @@ main() exit(0); } EOF -if { (eval echo configure:7726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_short=`cat conftestval` else @@ -7742,7 +7761,7 @@ EOF echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:7746: checking size of int" >&5 +echo "configure:7765: checking size of int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7750,7 +7769,7 @@ else ac_cv_sizeof_int=4 else cat > conftest.$ac_ext < #include @@ -7762,7 +7781,7 @@ main() exit(0); } EOF -if { (eval echo configure:7766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_int=`cat conftestval` else @@ -7782,7 +7801,7 @@ EOF echo $ac_n "checking size of long""... $ac_c" 1>&6 -echo "configure:7786: checking size of long" >&5 +echo "configure:7805: checking size of long" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7790,7 +7809,7 @@ else ac_cv_sizeof_long=4 else cat > conftest.$ac_ext < #include @@ -7802,7 +7821,7 @@ main() exit(0); } EOF -if { (eval echo configure:7806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long=`cat conftestval` else @@ -7822,7 +7841,7 @@ EOF echo $ac_n "checking size of long long""... $ac_c" 1>&6 -echo "configure:7826: checking size of long long" >&5 +echo "configure:7845: checking size of long long" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7830,7 +7849,7 @@ else ac_cv_sizeof_long_long=8 else cat > conftest.$ac_ext < #include @@ -7842,7 +7861,7 @@ main() exit(0); } EOF -if { (eval echo configure:7846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long_long=`cat conftestval` else @@ -7862,7 +7881,7 @@ EOF echo $ac_n "checking size of int *""... $ac_c" 1>&6 -echo "configure:7866: checking size of int *" >&5 +echo "configure:7885: checking size of int *" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7870,7 +7889,7 @@ else ac_cv_sizeof_int_p=4 else cat > conftest.$ac_ext < #include @@ -7882,7 +7901,7 @@ main() exit(0); } EOF -if { (eval echo configure:7886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:7905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_int_p=`cat conftestval` else @@ -7904,19 +7923,19 @@ EOF echo $ac_n "checking for int16_t""... $ac_c" 1>&6 -echo "configure:7908: checking for int16_t" >&5 +echo "configure:7927: checking for int16_t" >&5 if eval "test \"`echo '$''{'rxvt_cv_int16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { int16_t dummy; ; return 0; } EOF -if { (eval echo configure:7920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_int16_t=yes else @@ -7960,19 +7979,19 @@ else fi echo $ac_n "checking for uint16_t""... $ac_c" 1>&6 -echo "configure:7964: checking for uint16_t" >&5 +echo "configure:7983: checking for uint16_t" >&5 if eval "test \"`echo '$''{'rxvt_cv_uint16_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { uint16_t dummy; ; return 0; } EOF -if { (eval echo configure:7976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_uint16_t=yes else @@ -8016,19 +8035,19 @@ else fi echo $ac_n "checking for int32_t""... $ac_c" 1>&6 -echo "configure:8020: checking for int32_t" >&5 +echo "configure:8039: checking for int32_t" >&5 if eval "test \"`echo '$''{'rxvt_cv_int32_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { int32_t dummy; ; return 0; } EOF -if { (eval echo configure:8032: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_int32_t=yes else @@ -8072,19 +8091,19 @@ else fi echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 -echo "configure:8076: checking for uint32_t" >&5 +echo "configure:8095: checking for uint32_t" >&5 if eval "test \"`echo '$''{'rxvt_cv_uint32_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { uint32_t dummy; ; return 0; } EOF -if { (eval echo configure:8088: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_uint32_t=yes else @@ -8148,12 +8167,12 @@ fi echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 -echo "configure:8152: checking return type of signal handlers" >&5 +echo "configure:8171: checking return type of signal handlers" >&5 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -8170,7 +8189,7 @@ int main() { int i; ; return 0; } EOF -if { (eval echo configure:8174: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8193: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void else @@ -8216,12 +8235,12 @@ for ac_func in \ do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:8220: checking for $ac_func" >&5 +echo "configure:8239: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:8267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -8272,17 +8291,17 @@ done ac_safe=`echo "utmp.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for utmp.h""... $ac_c" 1>&6 -echo "configure:8276: checking for utmp.h" >&5 +echo "configure:8295: checking for utmp.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8299,12 +8318,12 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for struct utmp""... $ac_c" 1>&6 -echo "configure:8303: checking for struct utmp" >&5 +echo "configure:8322: checking for struct utmp" >&5 if eval "test \"`echo '$''{'rxvt_cv_struct_utmp'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -8313,7 +8332,7 @@ int main() { struct utmp ut; ; return 0; } EOF -if { (eval echo configure:8317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8336: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_struct_utmp=yes else @@ -8335,12 +8354,12 @@ fi echo $ac_n "checking for ut_host in utmp struct""... $ac_c" 1>&6 -echo "configure:8339: checking for ut_host in utmp struct" >&5 +echo "configure:8358: checking for ut_host in utmp struct" >&5 if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_host'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -8348,7 +8367,7 @@ int main() { struct utmp ut; ut.ut_host; ; return 0; } EOF -if { (eval echo configure:8352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_struct_utmp_host=yes else @@ -8369,12 +8388,12 @@ EOF fi echo $ac_n "checking for ut_pid in utmp struct""... $ac_c" 1>&6 -echo "configure:8373: checking for ut_pid in utmp struct" >&5 +echo "configure:8392: checking for ut_pid in utmp struct" >&5 if eval "test \"`echo '$''{'rxvt_cv_struct_utmp_pid'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -8382,7 +8401,7 @@ int main() { struct utmp ut; ut.ut_pid; ; return 0; } EOF -if { (eval echo configure:8386: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_struct_utmp_pid=yes else @@ -8409,17 +8428,17 @@ fi ac_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for utmpx.h""... $ac_c" 1>&6 -echo "configure:8413: checking for utmpx.h" >&5 +echo "configure:8432: checking for utmpx.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8423: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8436,12 +8455,12 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for struct utmpx""... $ac_c" 1>&6 -echo "configure:8440: checking for struct utmpx" >&5 +echo "configure:8459: checking for struct utmpx" >&5 if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -8449,7 +8468,7 @@ int main() { struct utmpx ut; ; return 0; } EOF -if { (eval echo configure:8453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_struct_utmpx=yes else @@ -8471,12 +8490,12 @@ fi echo $ac_n "checking for host in utmpx struct""... $ac_c" 1>&6 -echo "configure:8475: checking for host in utmpx struct" >&5 +echo "configure:8494: checking for host in utmpx struct" >&5 if eval "test \"`echo '$''{'rxvt_cv_struct_utmpx_host'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -8484,7 +8503,7 @@ int main() { struct utmpx utx; utx.ut_host; ; return 0; } EOF -if { (eval echo configure:8488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_struct_utmpx_host=yes else @@ -8510,12 +8529,12 @@ fi echo $ac_n "checking for struct lastlog""... $ac_c" 1>&6 -echo "configure:8514: checking for struct lastlog" >&5 +echo "configure:8533: checking for struct lastlog" >&5 if eval "test \"`echo '$''{'rxvt_cv_struct_lastlog'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -8527,7 +8546,7 @@ int main() { struct lastlog ll; ; return 0; } EOF -if { (eval echo configure:8531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8550: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_struct_lastlog=yes else @@ -8548,12 +8567,12 @@ EOF fi echo $ac_n "checking for struct lastlogx""... $ac_c" 1>&6 -echo "configure:8552: checking for struct lastlogx" >&5 +echo "configure:8571: checking for struct lastlogx" >&5 if eval "test \"`echo '$''{'rxvt_cv_struct_lastlogx'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -8565,7 +8584,7 @@ int main() { struct lastlogx ll; ; return 0; } EOF -if { (eval echo configure:8569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* rxvt_cv_struct_lastlogx=yes else @@ -8587,7 +8606,7 @@ fi echo $ac_n "checking where utmp is located""... $ac_c" 1>&6 -echo "configure:8591: checking where utmp is located" >&5 +echo "configure:8610: checking where utmp is located" >&5 if eval "test \"`echo '$''{'rxvt_cv_path_utmp'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8595,7 +8614,7 @@ else echo "configure: warning: Define RXVT_UTMP_FILE in config.h manually" 1>&2 else cat > conftest.$ac_ext < #include @@ -8624,7 +8643,7 @@ main() exit(0); } EOF -if { (eval echo configure:8628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:8647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then rxvt_cv_path_utmp=`cat conftestval` else @@ -8648,7 +8667,7 @@ fi echo $ac_n "checking where utmpx is located""... $ac_c" 1>&6 -echo "configure:8652: checking where utmpx is located" >&5 +echo "configure:8671: checking where utmpx is located" >&5 if eval "test \"`echo '$''{'rxvt_cv_path_utmpx'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8656,7 +8675,7 @@ else echo "configure: warning: Define RXVT_UTMPX_FILE in config.h manually" 1>&2 else cat > conftest.$ac_ext < #include @@ -8695,7 +8714,7 @@ main() exit(0); } EOF -if { (eval echo configure:8699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:8718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then rxvt_cv_path_utmpx=`cat conftestval` else @@ -8719,7 +8738,7 @@ fi echo $ac_n "checking where wtmp is located""... $ac_c" 1>&6 -echo "configure:8723: checking where wtmp is located" >&5 +echo "configure:8742: checking where wtmp is located" >&5 if eval "test \"`echo '$''{'rxvt_cv_path_wtmp'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8727,7 +8746,7 @@ else echo "configure: warning: Define RXVT_WTMP_FILE in config.h manually" 1>&2 else cat > conftest.$ac_ext < #include @@ -8758,7 +8777,7 @@ main() exit(0); } EOF -if { (eval echo configure:8762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:8781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then rxvt_cv_path_wtmp=`cat conftestval` else @@ -8781,7 +8800,7 @@ EOF fi echo $ac_n "checking where wtmpx is located""... $ac_c" 1>&6 -echo "configure:8785: checking where wtmpx is located" >&5 +echo "configure:8804: checking where wtmpx is located" >&5 if eval "test \"`echo '$''{'rxvt_cv_path_wtmpx'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8789,7 +8808,7 @@ else echo "configure: warning: Define RXVT_WTMPX_FILE in config.h manually" 1>&2 else cat > conftest.$ac_ext < #ifdef HAVE_UTMPX_H @@ -8819,7 +8838,7 @@ main() exit(0); } EOF -if { (eval echo configure:8823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:8842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then rxvt_cv_path_wtmpx=`cat conftestval` else @@ -8842,7 +8861,7 @@ EOF fi echo $ac_n "checking where lastlog is located""... $ac_c" 1>&6 -echo "configure:8846: checking where lastlog is located" >&5 +echo "configure:8865: checking where lastlog is located" >&5 if eval "test \"`echo '$''{'rxvt_cv_path_lastlog'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8850,7 +8869,7 @@ else echo "configure: warning: Define RXVT_LASTLOG_FILE in config.h manually" 1>&2 else cat > conftest.$ac_ext < #include @@ -8885,7 +8904,7 @@ main() exit(0); } EOF -if { (eval echo configure:8889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:8908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then rxvt_cv_path_lastlog=`cat conftestval` else @@ -8914,7 +8933,7 @@ EOF fi echo $ac_n "checking where lastlogx is located""... $ac_c" 1>&6 -echo "configure:8918: checking where lastlogx is located" >&5 +echo "configure:8937: checking where lastlogx is located" >&5 if eval "test \"`echo '$''{'rxvt_cv_path_lastlogx'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8922,7 +8941,7 @@ else echo "configure: warning: Define RXVT_LASTLOGX_FILE in config.h manually" 1>&2 else cat > conftest.$ac_ext < #ifdef HAVE_UTMPX_H @@ -8951,7 +8970,7 @@ main() exit(0); } EOF -if { (eval echo configure:8955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:8974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then rxvt_cv_path_lastlogx=`cat conftestval` else @@ -8975,7 +8994,7 @@ fi echo $ac_n "checking where ttys/ttytab is located""... $ac_c" 1>&6 -echo "configure:8979: checking where ttys/ttytab is located" >&5 +echo "configure:8998: checking where ttys/ttytab is located" >&5 if eval "test \"`echo '$''{'rxvt_cv_path_ttytab'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9006,7 +9025,7 @@ if test x$rxvt_cv_rpath = xyes -o x$rxvt_cv_R = xyes; then LIBS=`echo $LIBS | sed "$R_TRANSLATE"` fi echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 -echo "configure:9010: checking for working Xlocale" >&5 +echo "configure:9029: checking for working Xlocale" >&5 if eval "test \"`echo '$''{'rxvt_cv_func_xlocale'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9014,7 +9033,7 @@ else echo "configure: warning: Define NO_XLOCALE in config.h manually" 1>&2 else cat > conftest.$ac_ext < main() { @@ -9024,7 +9043,7 @@ exit (XSupportsLocale() ? 0 : 1); else exit (1);} EOF -if { (eval echo configure:9028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:9047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then rxvt_cv_func_xlocale=yes else @@ -9047,12 +9066,12 @@ EOF fi echo $ac_n "checking for working X setlocale""... $ac_c" 1>&6 -echo "configure:9051: checking for working X setlocale" >&5 +echo "configure:9070: checking for working X setlocale" >&5 if eval "test \"`echo '$''{'rxvt_cv_func_xsetlocale'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -9060,7 +9079,7 @@ int main() { setlocale(LC_CTYPE, ""); ; return 0; } EOF -if { (eval echo configure:9064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* rxvt_cv_func_xsetlocale=yes else @@ -9083,19 +9102,19 @@ LIBS=$ac_save_LIBS CFLAGS=$ac_save_CFLAGS echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 -echo "configure:9087: checking for working plain setlocale" >&5 +echo "configure:9106: checking for working plain setlocale" >&5 if eval "test \"`echo '$''{'rxvt_cv_func_setlocale'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { setlocale(LC_CTYPE, ""); ; return 0; } EOF -if { (eval echo configure:9099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* rxvt_cv_func_setlocale=yes else @@ -9116,19 +9135,19 @@ EOF fi echo $ac_n "checking for working nl_langinfo""... $ac_c" 1>&6 -echo "configure:9120: checking for working nl_langinfo" >&5 +echo "configure:9139: checking for working nl_langinfo" >&5 if eval "test \"`echo '$''{'rxvt_cv_func_nl_langinfo'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { nl_langinfo(CODESET); ; return 0; } EOF -if { (eval echo configure:9132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* rxvt_cv_func_nl_langinfo=yes else @@ -9149,12 +9168,12 @@ EOF fi echo $ac_n "checking for getpt""... $ac_c" 1>&6 -echo "configure:9153: checking for getpt" >&5 +echo "configure:9172: checking for getpt" >&5 if eval "test \"`echo '$''{'rxvt_cv_func_getpt'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* rxvt_cv_func_getpt=yes else @@ -9185,7 +9204,7 @@ EOF fi echo $ac_n "checking for pty/tty type""... $ac_c" 1>&6 -echo "configure:9189: checking for pty/tty type" >&5 +echo "configure:9208: checking for pty/tty type" >&5 if eval "test \"`echo '$''{'rxvt_cv_ptys'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9280,7 +9299,7 @@ fi echo "checking for pty ranges" 1>&6 -echo "configure:9284: checking for pty ranges" >&5 +echo "configure:9303: checking for pty ranges" >&5 ptys=`echo /dev/pty??` pch1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` pch2=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'` @@ -9298,7 +9317,7 @@ EOF fi echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6 -echo "configure:9302: checking for setlocale in -lxpg4" >&5 +echo "configure:9321: checking for setlocale in -lxpg4" >&5 ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -9306,7 +9325,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lxpg4 $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -9646,17 +9665,17 @@ if test x$support_xft = xyes; then do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:9650: checking for $ac_hdr" >&5 +echo "configure:9669: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:9660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:9679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -9684,7 +9703,7 @@ fi done echo $ac_n "checking for XftDrawString32 in -lXft""... $ac_c" 1>&6 -echo "configure:9688: checking for XftDrawString32 in -lXft" >&5 +echo "configure:9707: checking for XftDrawString32 in -lXft" >&5 ac_lib_var=`echo Xft'_'XftDrawString32 | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -9692,7 +9711,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXft $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:9726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else diff --git a/src/command.C b/src/command.C index 148ae97b..5b8738f8 100644 --- a/src/command.C +++ b/src/command.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: command.c *----------------------------------------------------------------------* - * $Id: command.C,v 1.17 2003-12-18 00:29:29 pcg Exp $ + * $Id: command.C,v 1.18 2003-12-18 02:07:12 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury @@ -1557,7 +1557,7 @@ rxvt_button_press(pR_ XButtonEvent *ev) { #if RXVT_GRAPHICS if (ev->subwindow != None) - rxvt_Gr_ButtonPress(ev->x, ev->y); + rxvt_Gr_ButtonPress (ev->x, ev->y); else #endif { @@ -1832,7 +1832,8 @@ rxvt_button_release(pR_ XButtonEvent *ev) case Button4: case Button5: { - int i, v; + int i; + page_dirn v; v = (ev->button == Button4) ? UP : DN; if (ev->state & ShiftMask) @@ -2017,7 +2018,7 @@ rxvt_check_our_parents(pR) for (; n < (unsigned int)i; n++) { XGetWindowAttributes(R->Xdisplay, R->TermWin.parent[n], &wattr); D_X((stderr, "InheritPixmap Checking Parent[%d]: %s", n, (wattr.depth == rootdepth && wattr.class != InputOnly) ? "OK" : "FAIL")); - if (wattr.depth != rootdepth || wattr.class == InputOnly) { + if (wattr.depth != rootdepth || wattr.c_class == InputOnly) { n = (int)(sizeof(R->TermWin.parent) / sizeof(Window)) + 1; break; } @@ -3375,7 +3376,7 @@ rxvt_process_graphics(pR) if ((cmd == 'T') && (nargs >= 5)) { int i, len = args[4]; - text = rxvt_malloc((len + 1) * sizeof(char)); + text = (unsigned char *)rxvt_malloc((len + 1) * sizeof(char)); if (text != NULL) { for (i = 0; i < len; i++) diff --git a/src/graphics.C b/src/graphics.C index 492a8480..50d74b14 100644 --- a/src/graphics.C +++ b/src/graphics.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: graphics.c *----------------------------------------------------------------------* - * $Id: graphics.C,v 1.3 2003-11-25 11:52:42 pcg Exp $ + * $Id: graphics.C,v 1.4 2003-12-18 02:07:12 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1994 Rob Nation @@ -113,7 +113,7 @@ rxvt_Gr_NewWindow(pR_ int nargs, int args[]) grwin->graphics = NULL; R->graphics_up++; - rxvt_tt_printf(aR_ "\033W%ld\n", (long)grwin->win); + R->tt_printf("\033W%ld\n", (long)grwin->win); } /* ARGSUSED */ diff --git a/src/init.C b/src/init.C index d406bc11..ec528de7 100644 --- a/src/init.C +++ b/src/init.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: init.c *----------------------------------------------------------------------* - * $Id: init.C,v 1.12 2003-12-18 00:29:29 pcg Exp $ + * $Id: init.C,v 1.13 2003-12-18 02:07:12 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury @@ -1005,30 +1005,28 @@ rxvt_Get_Colours(pR) xcol[1] = R->PixColors[Color_scroll]; # ifdef PREFER_24BIT - - xcol[0].set (r, -1, -1, -1); + xcol[0].set (R, 65535, 65535, 65535); /* XFreeColors(R->Xdisplay, XCMAP, &(xcol[0].pixel), 1, ~0); */ # else - xcol[0].set (WhitePixel(R->Xdisplay, Xscreen)); # endif - unsigned short R1, G1, B1, R0, G0, B0; + unsigned short pr1, pg1, pb1, pr0, pg0, pb0; - xcol[0].get (r, R0, G0, B0); - xcol[1].get (r, R1, G1, B1); + xcol[0].get (R, pr0, pg0, pb0); + xcol[1].get (R, pr1, pg1, pb1); /* bottomShadowColor */ - if (!xcol[2].set (aR_ R1 / 2, G1 / 2, B1 / 2)) + if (!xcol[2].set (aR_ pr1 / 2, pg1 / 2, pb1 / 2)) xcol[2] = R->PixColors[Color_Black]; R->PixColors[Color_bottomShadow] = xcol[2]; /* topShadowColor */ if (!xcol[1].set (aR_ - min (R0, max (R0 / 5, R1) * 7 / 5), - min (G0, max (G0 / 5, G1) * 7 / 5), - min (B0, max (B0 / 5, B1) * 7 / 5))) + min (pr0, max (pr0 / 5, pr1) * 7 / 5), + min (pg0, max (pg0 / 5, pg1) * 7 / 5), + min (pb0, max (pb0 / 5, pb1) * 7 / 5))) xcol[1] = R->PixColors[Color_White]; R->PixColors[Color_topShadow] = xcol[1]; diff --git a/src/rxvt.h b/src/rxvt.h index 229800f4..15a6834b 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -1,5 +1,5 @@ /* - * $Id: rxvt.h,v 1.14 2003-12-18 00:38:07 pcg Exp $ + * $Id: rxvt.h,v 1.15 2003-12-18 02:07:12 pcg Exp $ */ #ifndef _RXVT_H_ /* include once only */ @@ -769,8 +769,8 @@ enum { # define rxvt_get_fontwidest(font) ((font)->max_bounds.width) #endif -#define rxvt_Gr_ButtonPress(x,y) rxvt_Gr_ButtonReport (r, 'P',(x),(y)) -#define rxvt_Gr_ButtonRelease(x,y) rxvt_Gr_ButtonReport (r, 'R',(x),(y)) +#define rxvt_Gr_ButtonPress(x,y) rxvt_Gr_ButtonReport (R, 'P',(x),(y)) +#define rxvt_Gr_ButtonRelease(x,y) rxvt_Gr_ButtonReport (R, 'R',(x),(y)) #ifdef UTMP_SUPPORT # if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX) diff --git a/src/screen.C b/src/screen.C index 203f5ca6..f03cf162 100644 --- a/src/screen.C +++ b/src/screen.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*--------------------------------------* * File: screen.c *---------------------------------------------------------------------------* - * $Id: screen.C,v 1.8 2003-12-17 09:00:35 pcg Exp $ + * $Id: screen.C,v 1.9 2003-12-18 02:07:12 pcg Exp $ * * Copyright (c) 1997-2001 Geoff Wing * @@ -229,7 +229,7 @@ rxvt_term::scr_reset () swap.cur.row = swap.cur.col = 0; swap.charset = 0; current_screen = SECONDARY; - rxvt_scr_cursor(aR_ SAVE); + rxvt_scr_cursor (this, SAVE); current_screen = PRIMARY; #endif diff --git a/src/scrollbar-next.C b/src/scrollbar-next.C index 2cf95395..851aaed6 100644 --- a/src/scrollbar-next.C +++ b/src/scrollbar-next.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: scrollbar-next.c *----------------------------------------------------------------------* - * $Id: scrollbar-next.C,v 1.3 2003-11-25 11:52:42 pcg Exp $ + * $Id: scrollbar-next.C,v 1.4 2003-12-18 02:07:12 pcg Exp $ * * Copyright (c) 1997,1998 mj olesen * Copyright (c) 1998 Alfredo K. Kojima @@ -160,7 +160,7 @@ rxvt_init_scrollbar_stuff(pR) xcol.red = 0xaeba; xcol.green = 0xaaaa; xcol.blue = 0xaeba; - if (!rxvt_rXAllocColor(aR_ &xcol, "light gray")) + //if (!rxvt_rXAllocColor(aR_ &xcol, "light gray"))//TODO//D// xcol.pixel = R->PixColors[Color_AntiqueWhite]; light = gcvalue.foreground = xcol.pixel; R->grayGC = XCreateGC(R->Xdisplay, R->scrollBar.win, @@ -169,7 +169,7 @@ rxvt_init_scrollbar_stuff(pR) xcol.red = 0x51aa; xcol.green = 0x5555; xcol.blue = 0x5144; - if (!rxvt_rXAllocColor(aR_ &xcol, "dark gray")) + //if (!rxvt_rXAllocColor(aR_ &xcol, "dark gray"))//TODO//D// xcol.pixel = R->PixColors[Color_Grey25]; dark = gcvalue.foreground = xcol.pixel; R->darkGC = XCreateGC(R->Xdisplay, R->scrollBar.win, diff --git a/src/xpm.C b/src/xpm.C index b2931bf5..fbb985c7 100644 --- a/src/xpm.C +++ b/src/xpm.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: xpm.c *----------------------------------------------------------------------* - * $Id: xpm.C,v 1.3 2003-11-25 11:52:42 pcg Exp $ + * $Id: xpm.C,v 1.4 2003-12-18 02:07:12 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1997 Carsten Haitzler @@ -64,7 +64,7 @@ rxvt_scale_pixmap(pR_ const char *geom) if (geom == NULL) return 0; - str = rxvt_malloc(MAXLEN_GEOM + 1); + str = (char *)rxvt_malloc (MAXLEN_GEOM + 1); if (!STRCMP(geom, "?")) { sprintf(str, "[%dx%d+%d+%d]", /* can't presume snprintf() ! */ min(bgpixmap->w, 9999), min(bgpixmap->h, 9999), @@ -284,7 +284,7 @@ rxvt_pixmap_incr(unsigned int *wh, unsigned int *xy, float *incr, float *p, unsi if (pos <= 0) cxy = 0; else if (pos < cxy) - cxy = pos; + cxy = (int) pos; cwh += cxy; } else { /* expand */ if (cxy > 0) { /* position */ -- 2.34.1