Use select on x11 display instead of sleeping and use xdamage again

This commit is contained in:
dec05eba
2020-08-31 01:21:11 +02:00
parent e80bab33ca
commit 008f119f4c
2 changed files with 55 additions and 21 deletions

View File

@@ -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"