Axilot
Axilot
Stop resetting the viewport on window move Fixes #5949
I have implemented the ability for us to detect whether a mousewheel event is caused by an actual mouse or mousepad. With this feature we can then further work on...
What can you do, to specifically not apply anything related to LTO for a specified package?
After applying the LTO patches and recompiling everything the package "media-video/x264-encoder-0.0.20190903" won't compile, because of a configuration error: ``` ERROR: media-video/x264-encoder-0.0.20190903::gentoo failed (configure phase): patch -p1 failed with /var/lib/layman/lto-overlay/sys-config/ltoize/files/patches/media-video/x264-encoder-0.0.20190903/lto.patch ```...
Hello there, when playing around with the samples, I noticed an issue within the "subpasses" sample. This issue is only triggered when resizing the window while the program is running....
When trying to `make` the configured project i get this error: ``` dlls/mfreadwrite/tests/mfplat.c: In function ‘test_source_reader_from_media_source’: dlls/mfreadwrite/tests/mfplat.c:977:5: error: ‘pos’ undeclared (first use in this function) 977 | pos.vt = VT_I8;...
Doing minor correction to mfplat.c in function "test_source_reader_from_media_source(void)" by adding missing PROPVARIANT pos.