ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/gce
(Generate patch)

Comparing deliantra/gde/gce (file contents):
Revision 1.11 by elmex, Wed Feb 8 16:46:16 2006 UTC vs.
Revision 1.12 by root, Thu Feb 9 19:59:37 2006 UTC

23use GCE::MainWindow; 23use GCE::MainWindow;
24use GCE::PickWindow; 24use GCE::PickWindow;
25 25
26my $w = GCE::MainWindow->new; 26my $w = GCE::MainWindow->new;
27 27
28$w->set_default_size (800, 600);
29
28$w->show_all; 30$w->show_all;
29 31
30Gtk2->main; 32Gtk2->main;
31 33
32=head1 AUTHOR 34=head1 AUTHOR

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines