diff options
author | Dominic Hargreaves <dom@earth.li> | 2011-06-04 23:45:45 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-04 17:43:45 -0700 |
commit | b0b54b5eb0e76df223a1c4faf392bb8ffcb74e6d (patch) | |
tree | 22dd32bcb1d42457ff72029cd2fd3122a8065230 /pod/perlcall.pod | |
parent | 21f0580ae94a0e59839eaaedc748151b843599b1 (diff) | |
download | perl-b0b54b5eb0e76df223a1c4faf392bb8ffcb74e6d.tar.gz |
Refer to X11 rather than "X windows"
Diffstat (limited to 'pod/perlcall.pod')
-rw-r--r-- | pod/perlcall.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlcall.pod b/pod/perlcall.pod index df03ed6f20..61649e870f 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -28,7 +28,7 @@ called instead. =item * An Event-Driven Program The classic example of where callbacks are used is when writing an -event driven program, such as for an X windows application. In this case +event driven program, such as for an X11 application. In this case you register functions to be called whenever specific events occur, e.g., a mouse button is pressed, the cursor moves into a window or a menu item is selected. |