Skip to content
  • Marco Martin's avatar
    Distinguish empty and non existent properties · 490e7335
    Marco Martin authored
    This restores the behavior on KWin4: if I set an X property that doesn't have any data on a window, it's still information, so this makes the Xcb wrapper return an empty QByteArray that is not null.
    EffectWindow::readProperty() now returns an empty QByteArray constructed the same way as it was in KWin4.
    
    REVIEW:118645
    BUG:335446
    490e7335