diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-01 13:37:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-01 13:37:16 +0000 |
| commit | 889cb8880dceb6a7d4c50b0bd6f10214b081a856 (patch) | |
| tree | a1655e8c9628670c7c0eeadb65f1f704046ac616 /src | |
| parent | 5beb28df2daf6b88d9a0f2da4866c2be6b0663ec (diff) | |
GRAMMAR HAMMER
Diffstat (limited to 'src')
| -rw-r--r-- | src/python.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python.hh b/src/python.hh index 8b6c4ae8..3fd6baa9 100644 --- a/src/python.hh +++ b/src/python.hh @@ -81,7 +81,7 @@ struct EventAction { EnterWindow, //!< Occurs when the mouse enters a window LeaveWindow, //!< Occurs when the mouse leaves a window //! Occurs while a window is being managed. The handler should call - //! Client::move to the window + //! Client::move on the window PlaceWindow, //! Occurs while a window is being managed, just before the window is //! displayed |
