]> git.lyx.org Git - features.git/commit
Cleaner fix to ensure 32-bit XCB events
authorEnrico Forestieri <forenr@lyx.org>
Tue, 25 Feb 2020 11:37:51 +0000 (12:37 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:52 +0000 (15:48 +0200)
commit59ae4a1389b53b11d3d99f3dc27f55802af22728
treec6877801fee9bdb793936c0f98e9281f257f0816
parentbb69d9dc05d4dd2661dc31da7fdd75fbfb558320
Cleaner fix to ensure 32-bit XCB events

This fix still satisfies Valgrind and is cleaner than the approach
at 19c41bd0: instead of using calloc we now use the C++11 specifier
alignas. For more info, see the following ML thread:
https://www.mail-archive.com/search?l=mid&q=20200219024908.5n4x4osni55gylo3%40tallinn
src/frontends/qt/GuiApplication.cpp