Revision 490e733...

Go back to digest for 15th June 2014

Bug Fixes in User Interface

Marco Martin committed changes in [kwin] /:

Distinguish empty and non existent properties

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

File Changes

Modified 2 files
  •   xcbutils.h
  •   autotests/test_xcb_wrapper.cpp
2 files changed in total