src/gui/embedded/qscreen_qws.cpp
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 8 3f74d0d4af4c
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     8 **
     8 **
  3148     return -1;
  3148     return -1;
  3149 }
  3149 }
  3150 
  3150 
  3151 #if 0
  3151 #if 0
  3152 #ifdef QT_LOADABLE_MODULES
  3152 #ifdef QT_LOADABLE_MODULES
       
  3153 #include <dlfcn.h>
  3153 
  3154 
  3154 // ### needs update after driver init changes
  3155 // ### needs update after driver init changes
  3155 
  3156 
  3156 static QScreen * qt_dodriver(char * driver,char * a,unsigned char * b)
  3157 static QScreen * qt_dodriver(char * driver,char * a,unsigned char * b)
  3157 
  3158