Skip to content

x11: Inline condition to avoid potential extra call

ivan tkachenko requested to merge work/ratijas/inline into master

Even if Xcb::WindowGeometry::rect() is not free from side-effects, the windowGeometry is not used subsequently anywhere, so it should be alright.

Merge request reports