Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/kernel/qt_x11_p.h

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    332332
    333333struct QX11Data;
    334 extern QX11Data *qt_x11Data;
     334extern QX11Data *qt_x11Data;
    335335
    336336enum DesktopEnvironment {
     
    339339    DE_GNOME,
    340340    DE_CDE,
     341
    341342    DE_4DWM
    342343};
     
    351352    bool clipboardWaitForEvent(Window win, int type, XEvent *event, int timeout);
    352353    bool clipboardReadProperty(Window win, Atom property, bool deleteProperty,
    353                             QByteArray *buffer, int *size, Atom *type, int *format, bool nullterm);
     354                            QByteArray *buffer, int *size, Atom *type, int *format);
    354355    QByteArray clipboardReadIncrementalProperty(Window win, Atom property, int nbytes, bool nullterm);
    355356
     
    439440    int xinput_eventbase;
    440441    int xinput_errorbase;
     442
     443
     444
     445
     446
     447
    441448
    442449    QList<QWidget *> deferred_map;
     
    565572
    566573        DTWM_IS_RUNNING,
    567         KDE_FULL_SESSION,
    568         KWIN_RUNNING,
    569         KWM_RUNNING,
    570         GNOME_BACKGROUND_PROPERTIES,
    571574        ENLIGHTENMENT_DESKTOP,
     575
    572576        _SGI_DESKS_MANAGER,
    573577
     
    629633
    630634        _NET_SYSTEM_TRAY_VISUAL,
     635
     636
    631637
    632638        // Property formats
Note: See TracChangeset for help on using the changeset viewer.