Commit 0c61112
committed
src/core/window.c: Override
Fixes issue with using BLIT and VSYNC breakage in case OBS Studio or any other screen recording software works, real reason of issue is `window->depth = attrs->depth` was used in case window size is `1x1`, but just in case I also included `window->xvisual = attrs->visual` to be overriden only if window size is not `1x1`.window's depth and xvisual only if window size is not 1x1.1 parent eb207ea commit 0c61112
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1120 | 1120 | | |
1121 | 1121 | | |
1122 | 1122 | | |
1123 | | - | |
1124 | 1123 | | |
1125 | | - | |
1126 | | - | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
1127 | 1127 | | |
1128 | 1128 | | |
1129 | 1129 | | |
| |||
0 commit comments