Changeset 846 for trunk/src/gui/kernel/qt_x11_p.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/gui/kernel/qt_x11_p.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/kernel/qt_x11_p.h
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 332 332 333 333 struct QX11Data; 334 extern Q X11Data *qt_x11Data;334 extern QX11Data *qt_x11Data; 335 335 336 336 enum DesktopEnvironment { … … 339 339 DE_GNOME, 340 340 DE_CDE, 341 341 342 DE_4DWM 342 343 }; … … 351 352 bool clipboardWaitForEvent(Window win, int type, XEvent *event, int timeout); 352 353 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); 354 355 QByteArray clipboardReadIncrementalProperty(Window win, Atom property, int nbytes, bool nullterm); 355 356 … … 439 440 int xinput_eventbase; 440 441 int xinput_errorbase; 442 443 444 445 446 447 441 448 442 449 QList<QWidget *> deferred_map; … … 565 572 566 573 DTWM_IS_RUNNING, 567 KDE_FULL_SESSION,568 KWIN_RUNNING,569 KWM_RUNNING,570 GNOME_BACKGROUND_PROPERTIES,571 574 ENLIGHTENMENT_DESKTOP, 575 572 576 _SGI_DESKS_MANAGER, 573 577 … … 629 633 630 634 _NET_SYSTEM_TRAY_VISUAL, 635 636 631 637 632 638 // Property formats
Note:
See TracChangeset
for help on using the changeset viewer.
