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

Comparing rxvt-unicode/src/perl/background (file contents):
Revision 1.16 by root, Wed Jun 6 11:46:11 2012 UTC vs.
Revision 1.17 by root, Wed Jun 6 14:34:03 2012 UTC

24our $MIN_INTERVAL = 1/100; 24our $MIN_INTERVAL = 1/100;
25 25
26{ 26{
27 package urxvt::bgdsl; # background language 27 package urxvt::bgdsl; # background language
28 28
29 *repeat_black = \&urxvt::RepeatNone; #TODO wtf 29 *repeat_empty = \&urxvt::RepeatNone;
30 *repeat_wrap = \&urxvt::RepeatNormal; 30 *repeat_tile = \&urxvt::RepeatNormal;
31 *repeat_pad = \&urxvt::RepeatPad; 31 *repeat_pad = \&urxvt::RepeatPad;
32 *repeat_mirror = \&urxvt::RepeatReflect; 32 *repeat_mirror = \&urxvt::RepeatReflect;
33 33
34=head2 PROVIDERS/GENERATORS 34=head2 PROVIDERS/GENERATORS
35 35
252} 252}
253 253
254sub on_start { 254sub on_start {
255 my ($self) = @_; 255 my ($self) = @_;
256 256
257 warn $self->x_resource ("background.enable");
258
259 $self->set_expr (parse_expr $EXPR); 257 $self->set_expr (parse_expr $EXPR);
260 258
261 () 259 ()
262} 260}
263 261

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines