ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/tabbed
(Generate patch)

Comparing rxvt-unicode/src/perl/tabbed (file contents):
Revision 1.11 by root, Fri Jan 20 18:50:49 2006 UTC vs.
Revision 1.13 by root, Fri Feb 3 05:47:05 2006 UTC

71sub configure { 71sub configure {
72 my ($self) = @_; 72 my ($self) = @_;
73 73
74 my $tab = $self->{cur}; 74 my $tab = $self->{cur};
75 75
76 $tab->XMoveResizeWindow (
77 $tab->parent,
78 0, $self->{tabheight} - 1,
79 $self->width, $self->height - $self->{tabheight}
80 );
76 $tab->XMoveResizeWindow ( 81 $tab->XMoveResizeWindow (
77 $tab->parent, 82 $tab->parent,
78 0, $self->{tabheight}, 83 0, $self->{tabheight},
79 $self->width, $self->height - $self->{tabheight} 84 $self->width, $self->height - $self->{tabheight}
80 ); 85 );
180 185
181sub on_configure_notify { 186sub on_configure_notify {
182 my ($self, $event) = @_; 187 my ($self, $event) = @_;
183 188
184 $self->configure; 189 $self->configure;
190 $self->refresh;
185 191
186 () 192 ()
187} 193}
188 194
189sub on_wm_delete_window { 195sub on_wm_delete_window {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines