Skip to content

Introduce KXcbEvent to initialize the memory of sent XCB events

Andreas Hartmetz requested to merge work/ahartmetz/initialize_xcb_events into master

Something similar has been done a little more manually in KWin in plasma/kwin!1400 (merged). It may or may not make sense to use KXcbEvent there as well, and in any remaining places where XCB events are sent - it's surprising where that happens in some cases. For now, the corresponding header is private to KWindowSystem.

Edited by Andreas Hartmetz

Merge request reports