Slightly improve performance by only swapping buffer on redraw

This commit is contained in:
dec05eba
2020-08-30 04:06:49 +02:00
parent e215d62dfd
commit d69aded7fa
2 changed files with 5 additions and 26 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"