diff -abBpNPwrU2 --exclude='*.svn' irrlicht-svn-ss/trunk/include/IEventReceiver.h Irrlicht_starsonata/include/IEventReceiver.h --- irrlicht-svn-ss/trunk/include/IEventReceiver.h 2007-07-26 02:11:22.000000000 +0200 +++ Irrlicht_starsonata/include/IEventReceiver.h 2008-08-19 14:34:25.000000000 +0200 @@ -79,4 +85,9 @@ namespace irr EGET_ELEMENT_FOCUSED, + //! An element would like to close. + //! Windows and context menus use this event when they would like to close, + //! this can be cancelled by absorbing the event. + EGET_ELEMENT_CLOSED, + //! A gui element was hovered. EGET_ELEMENT_HOVERED,