diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-08-30 04:06:49 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-30 04:06:49 +0200 |
commit | d69aded7faee43837dfd17342da50c1aa93de58f (patch) | |
tree | 08cef4dac321b71f5ec753bd1206d642ce893520 /project.conf | |
parent | e215d62dfddd792cc5589600279ffb014905cecf (diff) |
Slightly improve performance by only swapping buffer on redraw
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 8bc34e0..9f6d71d 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" |