GRAMMAR HAMMER
This commit is contained in:
parent
5beb28df2d
commit
889cb8880d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue