X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.h;h=befe1296f0b6526124ad02d9c431db86b2ef0dec;hb=7c6050b6f519d10446002da92d12cfc5e6ce2e15;hp=a570a16a446a74b2a1bb6521f3c1bd85145371a3;hpb=bdc10887cbb7a51c1231978806963e622619e2f9;p=chaz%2Fopenbox diff --git a/openbox/mouse.h b/openbox/mouse.h index a570a16a..befe1296 100644 --- a/openbox/mouse.h +++ b/openbox/mouse.h @@ -1,7 +1,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- mouse.h for the Openbox window manager - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -37,6 +37,6 @@ void mouse_event(struct _ObClient *client, XEvent *e); void mouse_grab_for_client(struct _ObClient *client, gboolean grab); ObFrameContext mouse_button_frame_context(ObFrameContext context, - guint button); + guint button, guint state); #endif