My KWIN fork where I work on features like per-output virtual desktops
Find a file
Martin Gräßlin 6394b6cd8c Add unit test for ShmPool
The unit test found a few problems which are now addressed
* getBuffer did not check the format when reusing a buffer
* creatBuffer used the wrong method on QSize to check whether it is empty
* destroy didn't call destroy on the Buffer. This is now added by moving
  the Buffer::Private in a dedicated header which can also be included
  from the ShmPool
2014-09-22 08:52:05 +02:00
src/wayland Add unit test for ShmPool 2014-09-22 08:52:05 +02:00