GRAMMAR HAMMER

This commit is contained in:
Dana Jansens 2003-02-01 13:37:16 +00:00
parent 5beb28df2d
commit 889cb8880d

View file

@ -81,7 +81,7 @@ struct EventAction {
EnterWindow, //!< Occurs when the mouse enters a window EnterWindow, //!< Occurs when the mouse enters a window
LeaveWindow, //!< Occurs when the mouse leaves a window LeaveWindow, //!< Occurs when the mouse leaves a window
//! Occurs while a window is being managed. The handler should call //! Occurs while a window is being managed. The handler should call
//! Client::move to the window //! Client::move on the window
PlaceWindow, PlaceWindow,
//! Occurs while a window is being managed, just before the window is //! Occurs while a window is being managed, just before the window is
//! displayed //! displayed