Diffusion KWin c211268b3508

Verify that windowPixmap<>() does not return a nullptr before accessing the…

Authored by graesslin on Jun 20 2016, 3:01 PM.

Description

Verify that windowPixmap<>() does not return a nullptr before accessing the children

windowPixmap() is allowed to return a nullptr, thus we need to verify
that the returned pointer is not null. If it is null it's the same as
if there are no child WindowPixmaps.

Details

Committed
graesslinJun 20 2016, 3:01 PM
Parents
R108:a1f21f3ceac5: Drop not needed include to sys/sysmacros.h from logind.cpp
Branches
Unknown
Tags
Unknown