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

Comparing deliantra/Deliantra-Client/DC.pm (file contents):
Revision 1.9 by elmex, Sat Apr 8 16:34:46 2006 UTC vs.
Revision 1.10 by elmex, Sat Apr 8 17:21:01 2006 UTC

125} 125}
126 126
127sub new_from_opengl { 127sub new_from_opengl {
128 my ($class, $w, $h, $cb) = @_; 128 my ($class, $w, $h, $cb) = @_;
129 129
130 $class->_new (width => $w, height => $h, render => $cb) 130 $class->_new (width => $w, height => $h, rendercb => $cb)
131} 131}
132 132
133sub upload { 133sub upload {
134 my ($self) = @_; 134 my ($self) = @_;
135 135

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines