parameter to doWindowAction
fluxgen fluxgen
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/fluxbox.hh
→
src/fluxbox.hh
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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 @@ void handleButtonEvent(XButtonEvent &be);
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