aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-02-20 23:12:46 (GMT)
committerfluxgen <fluxgen>2002-02-20 23:12:46 (GMT)
commit71bb7a8f7c30e064ce193da7b4c2a9910a1e7e1a (patch)
treeb455386a56c57e0bc51b9758d94ce84e73542f09
parentdf11c56ca0fa1fec52a7d7c50f7138f4c6be4972 (diff)
downloadfluxbox-71bb7a8f7c30e064ce193da7b4c2a9910a1e7e1a.zip
fluxbox-71bb7a8f7c30e064ce193da7b4c2a9910a1e7e1a.tar.bz2
parameter to doWindowAction
-rw-r--r--src/fluxbox.hh4
1 files 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 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.hh,v 1.10 2002/02/17 18:42:15 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.11 2002/02/20 23:12:46 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -209,7 +209,7 @@ private:
209 void handleUnmapNotify(XUnmapEvent &ue); 209 void handleUnmapNotify(XUnmapEvent &ue);
210 void handleClientMessage(XClientMessageEvent &ce); 210 void handleClientMessage(XClientMessageEvent &ce);
211 void handleKeyEvent(XKeyEvent &ke); 211 void handleKeyEvent(XKeyEvent &ke);
212 void doWindowAction(Keys::KeyAction action); 212 void doWindowAction(Keys::KeyAction action, const int param);
213 #ifdef GNOME 213 #ifdef GNOME
214 bool checkGnomeAtoms(XClientMessageEvent &ce); 214 bool checkGnomeAtoms(XClientMessageEvent &ce);
215 #endif 215 #endif