[SCM] SDL (Simple DirectMedia Layer) bindings for Perl branch, master, updated. debian/2.540-1-11-gfade04a

Dominique Dumont dod at debian.org
Fri May 3 12:09:52 UTC 2013


The following commit has been merged in the master branch:
commit fade04a6ab2f9f5c00d01ab58de424e8c174a950
Author: Dominique Dumont <dod at debian.org>
Date:   Fri May 3 14:09:21 2013 +0200

    fix another spelling error

diff --git a/debian/patches/fix_spelling b/debian/patches/fix_spelling
index e3643ff..eb61d96 100644
--- a/debian/patches/fix_spelling
+++ b/debian/patches/fix_spelling
@@ -42,3 +42,14 @@ Description: Makes lintian happy
  If the callback then returns a true value, C<pause> will return.
  If the callback returns a false value, C<pause> will repeat the process.
  
+--- a/lib/pods/SDL/Events.pod
++++ b/lib/pods/SDL/Events.pod
+@@ -462,7 +462,7 @@
+      $previous_translation_mode = SDL::Events::enable_unicode( 0 ); #disables
+ 
+ To obtain the character codes corresponding to received keyboard events, Unicode translation must first be turned on using this function. The 
+-translation incurs a slight overhead for each keyboard event and is therefore disabled by default. For each subsequently recieved key down event, 
++translation incurs a slight overhead for each keyboard event and is therefore disabled by default. For each subsequently received key down event, 
+ the unicode member of the L<SDL::Event::key_sym|SDL::Event/"key_sym"> provided structure will be then contain the corresponding character code, or 
+ otherwise zero.
+ 

-- 
SDL (Simple DirectMedia Layer) bindings for Perl



More information about the Pkg-perl-cvs-commits mailing list