mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13: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) {
|
||||
xcb_disconnect(hook->input.connection);
|
||||
// xcb_disconnect(hook->input.connection);
|
||||
hook->input.connection = NULL;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user