From c4caf705da7177049a169852f5e5fd15ca6289ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 3 Jun 2014 15:24:49 +0200 Subject: [PATCH] Fix build breakage when input module gets compiled --- client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.h b/client.h index 2ec5fe5875..8e41e203d0 100644 --- a/client.h +++ b/client.h @@ -496,7 +496,7 @@ public: QString caption(bool full = true, bool stripped = false) const; - void keyPressEvent(uint key_code, xcb_timestamp_t time); // FRAME ?? + void keyPressEvent(uint key_code, xcb_timestamp_t time = XCB_TIME_CURRENT_TIME); // FRAME ?? void updateMouseGrab(); xcb_window_t moveResizeGrabWindow() const;