summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb/qdirectfbpaintdevice.cpp
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-08-18 19:23:07 (GMT)
committerAnders Bakken <anders.bakken@nokia.com>2009-08-18 19:30:58 (GMT)
commit5019a4128ed22f2e4d5dd76c4a2fe1ca4d6c4bf4 (patch)
tree2a946f52d22a775f2122c8ca4c661e0617b859c4 /src/plugins/gfxdrivers/directfb/qdirectfbpaintdevice.cpp
parent080862c8b2b5bb1f8202affc5b415f2a86b5abb6 (diff)
downloadQt-5019a4128ed22f2e4d5dd76c4a2fe1ca4d6c4bf4.zip
Qt-5019a4128ed22f2e4d5dd76c4a2fe1ca4d6c4bf4.tar.gz
Qt-5019a4128ed22f2e4d5dd76c4a2fe1ca4d6c4bf4.tar.bz2
Initialize bpl in QDirectFBPaintDevice(...)
Reviewed-by: Donald <qt-info@nokia.com>
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbpaintdevice.cpp')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpaintdevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbpaintdevice.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbpaintdevice.cpp
index a962bf9..3979a8c 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbpaintdevice.cpp
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbpaintdevice.cpp
@@ -47,7 +47,7 @@
QDirectFBPaintDevice::QDirectFBPaintDevice(QDirectFBScreen *scr)
: QCustomRasterPaintDevice(0), dfbSurface(0), lockedImage(0), screen(scr),
- lockFlgs(DFBSurfaceLockFlags(0)), mem(0), engine(0)
+ bpl(-1), lockFlgs(DFBSurfaceLockFlags(0)), mem(0), engine(0)
{}
QDirectFBPaintDevice::~QDirectFBPaintDevice()