Fix build breakage when input module gets compiled

This commit is contained in:
Martin Gräßlin 2014-06-03 15:24:49 +02:00
parent 7910fed659
commit c4caf705da

View file

@ -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;