Skip to content

Commit

Permalink
Updated changelog for next releases. Also add exit_on_quit option to …
Browse files Browse the repository at this point in the history
…SDLx::App->new() doc
  • Loading branch information
kthakore committed Oct 24, 2010
1 parent 88ad51f commit 43956bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,5 +1,11 @@
Revision history for Perl extension SDL_perl.

* 2.520
- Moved SDLx::Validate to XS
- Moved SDLx::Surface (blit, draw_rect) to XS
- Created SDLx::Text [garu]
- Added exit_on_quit feature for SDLx::App

* 2.519
- Removed build option -fPIC for windows [FROGGS]
- Throw a warning for missing thread support instead of compile these funtions [FROGGS]
Expand Down
3 changes: 3 additions & 0 deletions lib/pods/SDLx/App.pod
Expand Up @@ -77,6 +77,9 @@ Any flags you want to pass to L<SDL::Video> upon initialization. Defaults to SDL
=item * resizeable
Set this to a true value to make the window resizeable by the user. Default is off.

=item * exit_on_quit
Set this to a true value to make the app exit if a SDL_QUIT event is triggered. Shortcut: 'eoq'.

=back

=head1 METHODS
Expand Down

0 comments on commit 43956bd

Please sign in to comment.