mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-19 14:23:55 +00:00
Fix invalid size
This commit is contained in:
parent
df1f91bbd4
commit
83d5e43d3a
@ -1019,7 +1019,7 @@ static int xrecord_start() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (hook->input.connection != NULL) {
|
if (hook->input.connection != NULL) {
|
||||||
xcb_disconnect(hook->input.connection);
|
// xcb_disconnect(hook->input.connection);
|
||||||
hook->input.connection = NULL;
|
hook->input.connection = NULL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user