CVS commit by staikos:
Does this help with pixmap pressure on the problematic machine?
M +2 -1 kstbackbuffer.cpp 1.3
--- kdeextragear-2/kst/kst/kstbackbuffer.cpp #1.2:1.3
@@ -18,5 +18,6 @@
#include "kstbackbuffer.h"
-KstBackBuffer::KstBackBuffer() {
+KstBackBuffer::KstBackBuffer()
+: _buffer(0, 0, 16, QPixmap::MemoryOptim) {
}