From: Dana Jansens Date: Sat, 1 Feb 2003 13:37:16 +0000 (+0000) Subject: GRAMMAR HAMMER X-Git-Tag: openbox-2_3_0~65 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=889cb8880dceb6a7d4c50b0bd6f10214b081a856;p=dana%2Fopenbox.git GRAMMAR HAMMER --- 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