projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
72a86b3
)
wow .. I don't even know how this fixes sound
Kartik Thakore [Thu, 1 Oct 2009 11:03:44 +0000 (07:03 -0400)]
lib/SDL/Cursor.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SDL/Cursor.pm
b/lib/SDL/Cursor.pm
index
d434e83
..
58d2dca
100644
(file)
--- a/
lib/SDL/Cursor.pm
+++ b/
lib/SDL/Cursor.pm
@@
-69,6
+69,7
@@
sub get () {
sub show ($;$) {
my ($self,$toggle) = @_;
+ $toggle = 0 unless defined $toggle;
SDL::ShowCursor($toggle);
}