Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix after xfixes update, add --follow-focused to make vr-video-player ↵ | dec05eba | 2021-05-31 | 1 | -4/+9 |
| | | | | automatically update when the focused window changes | ||||
* | switch from rgba to rgb for window texture | dec05eba | 2020-08-30 | 1 | -2/+2 |
| | |||||
* | Fix window resize memory leak (nvidia is not cleaning up on glDeleteTextures) | dec05eba | 2020-07-16 | 1 | -19/+38 |
| | |||||
* | Fix window texture not working for certain window (like termite) | dec05eba | 2020-07-05 | 1 | -6/+35 |
| | |||||
* | try to improve capture a little bit | WebFreak001 | 2020-06-13 | 1 | -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. | ||||
* | Fix freeze on target window resize | dec05eba | 2020-06-04 | 1 | -0/+120 |