paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/include pgapplication.h,1.3.6.7,1.3.6.8


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgapplication.h,1.3.6.7,1.3.6.8
Date: Wed, 23 Apr 2003 04:45:46 -0400

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv32131/include

Modified Files:
      Tag: devel-1-0
        pgapplication.h 
Log Message:
- added PG_Application::FlushEventQueue



Index: pgapplication.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgapplication.h,v
retrieving revision 1.3.6.7
retrieving revision 1.3.6.8
diff -C2 -r1.3.6.7 -r1.3.6.8
*** pgapplication.h     5 Apr 2003 14:48:33 -0000       1.3.6.7
--- pgapplication.h     23 Apr 2003 08:45:44 -0000      1.3.6.8
***************
*** 520,523 ****
--- 520,532 ----
        static bool GetAppIdleCallsEnabled();
  
+       //! Flush the event queue
+       /*
+       This function savely discards all events in the eventqueue.
+       All pending messages will be deleted and the memory freed.
+       \note Your memory will leak if you just do a SDL_PollEvent
+       because this won't delete pending usermessages.
+       */
+       static void FlushEventQueue();
+       
  protected:
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]