--- rxvt-unicode/doc/embed 2005/02/17 15:07:48 1.1 +++ rxvt-unicode/doc/embed 2005/02/19 01:07:57 1.3 @@ -1,5 +1,7 @@ #!/usr/bin/perl +# sample script to illustrate the -embed option + # embed a rxvt inside another X app # see also pty-fd @@ -15,7 +17,7 @@ $window->add ($frame); -my $rxvt = new Gtk2::DrawingArea; +my $rxvt = new Gtk2::Socket; $frame->add ($rxvt); $frame->set_size_request (700, 400); $window->show_all;