diff options
author | Anders Bakken <anders.bakken@nokia.com> | 2009-08-31 20:59:37 (GMT) |
---|---|---|
committer | Anders Bakken <anders.bakken@nokia.com> | 2009-08-31 20:59:37 (GMT) |
commit | 709c4df621f637bc81127e7c1a8bd59d0f2f04e4 (patch) | |
tree | 122fe6a1df9f83971e4ba2a3acfb89a16673e12c /src/plugins/gfxdrivers/directfb/qdirectfbmouse.cpp | |
parent | 9e652a18780aece1c5a8f12209747274a37bf91c (diff) | |
download | Qt-709c4df621f637bc81127e7c1a8bd59d0f2f04e4.zip Qt-709c4df621f637bc81127e7c1a8bd59d0f2f04e4.tar.gz Qt-709c4df621f637bc81127e7c1a8bd59d0f2f04e4.tar.bz2 |
More DirectFB ifdef cleanup.
Make sure the plugin builds but doesn't do anything when configured
without -plugin-gfx-directfb
Reviewed-by: Donald Carr <donald.carr@nokia.com>
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbmouse.cpp')
-rw-r--r-- | src/plugins/gfxdrivers/directfb/qdirectfbmouse.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbmouse.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbmouse.cpp index 074904f..2fb1520 100644 --- a/src/plugins/gfxdrivers/directfb/qdirectfbmouse.cpp +++ b/src/plugins/gfxdrivers/directfb/qdirectfbmouse.cpp @@ -41,6 +41,8 @@ #include "qdirectfbmouse.h" +#ifndef QT_NO_QWS_DIRECTFB + #include "qdirectfbscreen.h" #include <qsocketnotifier.h> @@ -49,8 +51,6 @@ #include <fcntl.h> #include <errno.h> -#ifndef QT_NO_QWS_DIRECTFB - QT_BEGIN_NAMESPACE class QDirectFBMouseHandlerPrivate : public QObject |