Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/plugins/gfxdrivers/vnc/qscreenvnc_qws.cpp

    r651 r769  
    326326    { 0xffe9, Qt::Key_Alt       },
    327327    { 0xffea, Qt::Key_Alt       },
     328
     329
     330
     331
     332
     333
     334
     335
     336
     337
     338
     339
     340
     341
     342
     343
     344
     345
     346
     347
     348
     349
     350
     351
     352
     353
     354
     355
     356
     357
    328358    { 0, 0 }
    329359};
     
    484514        i++;
    485515    }
     516
     517
     518
     519
    486520    if (!keycode) {
    487521        if (key <= 0xff) {
     
    21302164        const int id = getDisplayId(dspec);
    21312165        QScreen *s = qt_get_screen(id, dspec.toLatin1().constData());
     2166
     2167
     2168
    21322169        setScreen(s);
    21332170    } else { // create virtual screen
Note: See TracChangeset for help on using the changeset viewer.