-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 2f78bf87df761cc15ef658105b5936a6be24e66f:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 2f78bf87df761cc15ef658105b5936a6be24e66f
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Tue Jun 19 20:50:05 2012 +0000

    -ydbe

diff --git a/config.h.in b/config.h.in

index 7755bfc26dd0e445f5b851e6fb4172bc02c03454..

index ..eef30e0ba3d214afea44f77c24d9202052060ce5 100644

--- a/config.h.in
+++ b/config.h.in
@@ -21,9 +21,6 @@
 /* Define if you want your background to use the parent window background */
 #undef ENABLE_TRANSPARENCY

-/* Define if you want to use XDBE */
-#undef ENABLE_XDBE
-
 /* Define if you want european extended codesets */
 #undef ENCODING_EU

diff --git a/configure b/configure

index 058e774d1b09742922e9f4222a04c57acc06636b..

index ..f528aad14209f7e175dd62c38ccd70774568fc84 100755

--- a/configure
+++ b/configure
@@ -719,7 +719,6 @@ enable_text_blink
 enable_pointer_blank
 with_term
 with_terminfo
-enable_xdbe
 with_x
 enable_utmp
 enable_wtmp
@@ -1389,7 +1388,6 @@ Optional Features:
   --enable-smart-resize   enable smart growth/shrink behaviour
   --enable-text-blink     enable blinking text
   --enable-pointer-blank  enable pointer blanking when typing or inactive
-  --enable-xdbe           enable support for double buffering
   --enable-utmp           enable utmp (utmpx) support
   --enable-wtmp           enable wtmp (wtmpx) support (requires --enable-utmp)
   --enable-lastlog        enable lastlog support (requires --enable-utmp)
@@ -4666,7 +4664,6 @@ support_8bitctrls=no
 support_iso14755=yes
 support_styles=yes
 support_perl=yes
-support_xdbe=yes
 codesets=all


@@ -4675,7 +4672,6 @@ if test "${enable_everything+set}" = set; then :
   enableval=$enable_everything;
     if test x$enableval = xno; then
        support_frills=no
-       support_xdbe=no
        support_inheritpixmap=no
        support_fading=no
        support_keepscrolling=no
@@ -4700,7 +4696,6 @@ if test "${enable_everything+set}" = set; then :
        support_iso14755=no
        support_styles=no
        support_perl=no
-       support_xdbe=no
        codesets=
     fi
     if test x$enableval = xyes; then
@@ -4729,7 +4724,6 @@ if test "${enable_everything+set}" = set; then :
        support_iso14755=yes
        support_styles=yes
        support_perl=yes
-       support_xdbe=yes
        codesets=all
     fi

@@ -5117,14 +5111,6 @@ _ACEOF
 fi


-# Check whether --enable-xdbe was given.
-if test "${enable_xdbe+set}" = set; then :
-  enableval=$enable_xdbe; if test x$enableval = xyes -o x$enableval = xno; then
-    support_xdbe=$enableval
-  fi
-fi
-
-

 LIBEV_M4_AVOID_LIBRT=1

@@ -7373,10 +7359,6 @@ support_image=no
 if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then
   support_image=yes
 fi
-if test x$support_xdbe = xyes; then
-  LIBS="$LIBS -lXext"
-fi
-
 if test x$support_xft = xyes || test x$support_image = xyes; then
   rxvt_have_xrender=no
   # Extract the first word of "pkg-config", so it can be a program name with args.
@@ -7755,11 +7737,6 @@ fi



-if test x$support_xdbe = xyes; then
-
-$as_echo "#define ENABLE_XDBE 1" >>confdefs.h
-
-fi
 if test x$support_styles = xyes; then

 $as_echo "#define ENABLE_STYLES 1" >>confdefs.h
diff --git a/configure.ac b/configure.ac

index 808884fa65f2511de938847fd5649cf95c721326..

index ..679ef103323eba488aaff6510582ea42b7fe6050 100644

--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,6 @@ support_8bitctrls=no
 support_iso14755=yes
 support_styles=yes
 support_perl=yes
-support_xdbe=yes
 codesets=all

 dnl# --------------------------------------------------------------------------
@@ -110,7 +109,6 @@ AC_ARG_ENABLE(everything,
   [
     if test x$enableval = xno; then
        support_frills=no
-       support_xdbe=no
        support_inheritpixmap=no
        support_fading=no
        support_keepscrolling=no
@@ -135,7 +133,6 @@ AC_ARG_ENABLE(everything,
        support_iso14755=no
        support_styles=no
        support_perl=no
-       support_xdbe=no
        codesets=
     fi
     if test x$enableval = xyes; then
@@ -164,7 +161,6 @@ AC_ARG_ENABLE(everything,
        support_iso14755=yes
        support_styles=yes
        support_perl=yes
-       support_xdbe=yes
        codesets=all
     fi
   ])
@@ -416,12 +412,6 @@ AC_ARG_WITH(terminfo,
     AC_DEFINE_UNQUOTED(RXVT_TERMINFO, "$withval", Set TERMINFO value to the value given by configure) terminfo="$withval"
   fi])

-AC_ARG_ENABLE(xdbe,
-              [  --enable-xdbe           enable support for double buffering],
-  [if test x$enableval = xyes -o x$enableval = xno; then
-    support_xdbe=$enableval
-  fi])
-
 dnl# --------------------------------------------------------------------------

 LIBEV_M4_AVOID_LIBRT=1
@@ -574,10 +564,6 @@ support_image=no
 if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then
   support_image=yes
 fi
-if test x$support_xdbe = xyes; then
-  LIBS="$LIBS -lXext"
-fi
-
 if test x$support_xft = xyes || test x$support_image = xyes; then
   rxvt_have_xrender=no
   AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
@@ -662,9 +648,6 @@ fi
 AC_SUBST(PIXBUF_CFLAGS)
 AC_SUBST(PIXBUF_LIBS)

-if test x$support_xdbe = xyes; then
-  AC_DEFINE(ENABLE_XDBE, 1, Define if you want to use XDBE)
-fi
 if test x$support_styles = xyes; then
   AC_DEFINE(ENABLE_STYLES, 1, Define if you want bold and italic support)
 fi

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 13:34:01 2024