diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-08-31 01:21:11 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-31 01:21:11 +0200 |
commit | 008f119f4c5c2a3e0b590da073df8e05a8e7748f (patch) | |
tree | 3c4d3966f6b9280b0598cc530f3f7d2a9d15a5cf /project.conf | |
parent | e80bab33ca2b585a47b33342fed062b60567e503 (diff) |
Use select on x11 display instead of sleeping and use xdamage again
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 9f6d71d..8bc34e0 100644 --- a/project.conf +++ b/project.conf @@ -18,7 +18,7 @@ libavformat = ">=58" libavutil = ">=56.2" x11 = ">=1" xcomposite = ">=0.2" -#xdamage = "1" +xdamage = "1" # TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent glfw3 = "3" |