ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.398 by root, Sat Jul 21 14:32:10 2007 UTC vs.
Revision 1.399 by root, Sat Jul 21 16:07:53 2007 UTC

769 sort { $a->{z} <=> $b->{z} } 769 sort { $a->{z} <=> $b->{z} }
770 @{$self->{children}}, @widgets 770 @{$self->{children}}, @widgets
771 ]; 771 ];
772 772
773 $self->realloc; 773 $self->realloc;
774
775 map $_+0, @widgets
774} 776}
775 777
776sub children { 778sub children {
777 @{ $_[0]{children} } 779 @{ $_[0]{children} }
778} 780}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines