diff src/events/SDL_quit.c @ 1670:eef792d31de8 SDL-1.3

Work in progress. :)
author Sam Lantinga <slouken@libsdl.org>
date Wed, 07 Jun 2006 16:10:28 +0000
parents 4da1ee79c9af
children 5daa04d862f1
line wrap: on
line diff
--- a/src/events/SDL_quit.c	Mon May 29 05:08:33 2006 +0000
+++ b/src/events/SDL_quit.c	Wed Jun 07 16:10:28 2006 +0000
@@ -39,7 +39,7 @@
     signal(sig, SDL_HandleSIG);
 
     /* Signal a quit interrupt */
-    SDL_PrivateQuit();
+    SDL_SendQuit();
 }
 #endif /* HAVE_SIGNAL_H */
 
@@ -80,7 +80,7 @@
 
 /* This function returns 1 if it's okay to close the application window */
 int
-SDL_PrivateQuit(void)
+SDL_SendQuit(void)
 {
     int posted;