repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: fdee48de2391f46630d499630f7286b9e8221865:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit fdee48de2391f46630d499630f7286b9e8221865
Author: Mikael Magnusson 
Date:   Mon Jan 9 17:57:04 2012 +0000

    revert previous commit

diff --git a/Changes b/Changes
index baca87a3760ba81c289995d1a328001c3e8aec00..
index ..63a6dd8fd3ab85bf3faf0d30ed08d73ee413d483 100644
--- a/Changes
+++ b/Changes
@@ -23,8 +23,6 @@ TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros?

 	- fix parsing of bg image styles. They really work now.
 	- fix blurring of bg image borders when using xrender.
-	- fix incorrect size of tab windows in the tabbed extension that
-	  caused extra padding.

 9.14 Wed Dec 21 18:40:33 CET 2011
 	- INCOMPATIBLE CHANGE: the urxvtd default socket path is now
diff --git a/src/perl/tabbed b/src/perl/tabbed
index a68c4da10e96ca86bf52af8f3e589493a0c5fc13..
index ..8bccce3c79b3d93e851460543bf5fef3539eb914 100644
--- a/src/perl/tabbed
+++ b/src/perl/tabbed
@@ -79,14 +79,12 @@ sub configure {
    $tab->XMoveResizeWindow (
       $tab->parent,
       0, $self->{tabheight} + 1,
-      $self->width,
-      $self->height - $self->{tabheight} + 2 * $tab->int_bwidth
+      $self->width, $self->height - $self->{tabheight}
    );
    $tab->XMoveResizeWindow (
       $tab->parent,
       0, $self->{tabheight},
-      $self->width,
-      $self->height - $self->{tabheight} + 2 * $tab->int_bwidth
+      $self->width, $self->height - $self->{tabheight}
    );
 }

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