all repos — fluxbox @ 71bb7a8f7c30e064ce193da7b4c2a9910a1e7e1a

custom fork of the fluxbox windowmanager

parameter to doWindowAction
fluxgen fluxgen
commit

71bb7a8f7c30e064ce193da7b4c2a9910a1e7e1a

parent

df11c56ca0fa1fec52a7d7c50f7138f4c6be4972

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/fluxbox.hhsrc/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