diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-04-23 02:03:23 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-04-23 02:04:05 +0200 |
commit | e719b5c0122b5c849bd6c4bd0b2f443e6ed63ad4 (patch) | |
tree | b801fa40bae2df3be2e91feefeac2c50bd8a13ac /src | |
parent | 06c27c56edd8a65971d2354544ac25792ee7261d (diff) |
Link to math and pthread
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 88be01b..422b536 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -725,6 +725,8 @@ static void grabkeys(Display *display) { XGrabKey(display, XKeysymToKeycode(display, keys[j]), Mod1Mask|modifiers[i], root_window, False, GrabModeAsync, GrabModeAsync); } } + + XSync(display, False); } |