ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/lib/Gtk2/CV.pm
(Generate patch)

Comparing CV/lib/Gtk2/CV.pm (file contents):
Revision 1.29 by root, Thu Oct 26 16:43:29 2006 UTC vs.
Revision 1.30 by root, Sat Oct 28 01:26:09 2006 UTC

12 12
13 XSLoader::load "Gtk2::CV", $VERSION; 13 XSLoader::load "Gtk2::CV", $VERSION;
14} 14}
15 15
16my $aio_source; 16my $aio_source;
17
18IO::AIO::min_parallel 32;
17 19
18# we use a low priority watcher to give GUI interactions as high a priority 20# we use a low priority watcher to give GUI interactions as high a priority
19# as possible. 21# as possible.
20sub enable_aio { 22sub enable_aio {
21 $aio_source ||= 23 $aio_source ||=

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines