From 71bb7a8f7c30e064ce193da7b4c2a9910a1e7e1a Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 20 Feb 2002 23:12:46 +0000 Subject: parameter to doWindowAction --- src/fluxbox.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fluxbox.hh b/src/fluxbox.hh index df2db9b..bd0d8ae 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.10 2002/02/17 18:42:15 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.11 2002/02/20 23:12:46 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH @@ -209,7 +209,7 @@ private: void handleUnmapNotify(XUnmapEvent &ue); void handleClientMessage(XClientMessageEvent &ce); void handleKeyEvent(XKeyEvent &ke); - void doWindowAction(Keys::KeyAction action); + void doWindowAction(Keys::KeyAction action, const int param); #ifdef GNOME bool checkGnomeAtoms(XClientMessageEvent &ce); #endif -- cgit v0.11.2