summaryrefslogtreecommitdiff
path: root/otk/eventdispatcher.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/eventdispatcher.hh')
-rw-r--r--otk/eventdispatcher.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/eventdispatcher.hh b/otk/eventdispatcher.hh
index 6a66afd1..caf33ad0 100644
--- a/otk/eventdispatcher.hh
+++ b/otk/eventdispatcher.hh
@@ -45,7 +45,7 @@ private:
//! The time at which the last XEvent with a time was received
Time _lasttime;
- void dispatch(const XEvent &e);
+ void dispatch(Window win, const XEvent &e);
};
}