Seems reasonable. Apparently the QtGui private API is QX11Info
used in the DPMS action and more crucially in KWinKScreenHelperEffect
, which the DPMS action is using. QX11Info
could almost be thrown out entirely and replaced by QNativeInterface::QX11Application
, if it weren't for QX11Info::appRootWindow()
which afaik doesn't have a straightforward public-API replacement.
↧
Jakob Petsovits commented on merge request !501 at Plasma / PowerDevil
↧