use xcb_time_current_time as setinputfocus default
BUG: 343430 REVIEW: 122298 FIXED-IN: 5.2.1
This commit is contained in:
parent
87caab24ca
commit
96628a698c
1 changed files with 1 additions and 1 deletions
|
@ -1241,7 +1241,7 @@ public:
|
||||||
void clear();
|
void clear();
|
||||||
void setBackgroundPixmap(xcb_pixmap_t pixmap);
|
void setBackgroundPixmap(xcb_pixmap_t pixmap);
|
||||||
void defineCursor(xcb_cursor_t cursor);
|
void defineCursor(xcb_cursor_t cursor);
|
||||||
void focus(uint8_t revertTo = XCB_INPUT_FOCUS_POINTER_ROOT, xcb_timestamp_t time = xTime());
|
void focus(uint8_t revertTo = XCB_INPUT_FOCUS_POINTER_ROOT, xcb_timestamp_t time = XCB_TIME_CURRENT_TIME);
|
||||||
void selectInput(uint32_t events);
|
void selectInput(uint32_t events);
|
||||||
void kill();
|
void kill();
|
||||||
operator xcb_window_t() const;
|
operator xcb_window_t() const;
|
||||||
|
|
Loading…
Reference in a new issue