diff --git a/CHANGELOG b/CHANGELOG index 85dc2a67..4459b558 100644 --- a/CHANGELOG +++ b/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] diff --git a/lib/pods/SDLx/App.pod b/lib/pods/SDLx/App.pod index e6c70da4..98a3a41c 100644 --- a/lib/pods/SDLx/App.pod +++ b/lib/pods/SDLx/App.pod @@ -77,6 +77,9 @@ Any flags you want to pass to L 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