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

Comparing deliantra/Deliantra-Client/bin/pclient (file contents):
Revision 1.20 by elmex, Fri Apr 7 19:58:55 2006 UTC vs.
Revision 1.21 by root, Fri Apr 7 20:08:57 2006 UTC

97 SDL::GLSwapBuffers; 97 SDL::GLSwapBuffers;
98} 98}
99 99
100%SDL_CB = ( 100%SDL_CB = (
101 SDL_QUIT() => sub { 101 SDL_QUIT() => sub {
102 warn "sdl quit\n";#d#
103 main_quit Gtk2; 102 main_quit Gtk2;
104 }, 103 },
105 SDL_VIDEORESIZE() => sub { 104 SDL_VIDEORESIZE() => sub {
106 }, 105 },
107 SDL_VIDEOEXPOSE() => sub { 106 SDL_VIDEOEXPOSE() => sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines