Fix build breakage when input module gets compiled
This commit is contained in:
parent
7910fed659
commit
c4caf705da
1 changed files with 1 additions and 1 deletions
2
client.h
2
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue