aboutsummaryrefslogtreecommitdiffstats
path: root/src/window_texture.c
AgeCommit message (Collapse)AuthorLines
2020-08-30switch from rgba to rgb for window texturedec05eba-2/+2
2020-07-16Fix window resize memory leak (nvidia is not cleaning up on glDeleteTextures)dec05eba-19/+38
2020-07-05Fix window texture not working for certain window (like termite)dec05eba-6/+35
2020-06-13try to improve capture a little bitWebFreak001-1/+5
I'm not too sure if the pixmap config part actually changes something like this but the API of glXCreatePixmap says it will result in a BadMatch error if the window doesn't have the GLX_WINDOW_BIT. Also adds some XSync calls which help debugging crashes.
2020-06-04Fix freeze on target window resizedec05eba-0/+120