Changeset 438 for trunk/src/gui/kernel/qdnd.cpp
- Timestamp:
- Dec 24, 2009, 3:29:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qdnd.cpp
r2 r438 100 100 "........aa."}; 101 101 102 #if def Q_WS_WIN102 #if 103 103 /* XPM */ 104 104 static const char * const ignore_xpm[] = { 105 105 "24 30 3 1", 106 106 ". c None", 107 107 108 "a c #000000", 108 "X c #FFFFFF", 109 "X c #FFFFFF", // Windows cursor is traditionally white 110 #else 111 "a c #FFFFFF", 112 "X c #000000", // OS/2 cursor is traditionally black 113 #endif 109 114 "aa......................", 110 115 "aXa.....................", … … 327 332 Q_ASSERT(!instance); 328 333 329 #if def Q_WS_WIN334 #if 330 335 n_cursor = 4; 331 336 #else … … 340 345 pm_cursor[1] = QPixmap((const char **)copy_xpm); 341 346 pm_cursor[2] = QPixmap((const char **)link_xpm); 342 #if def Q_WS_WIN347 #if 343 348 pm_cursor[3] = QPixmap((const char **)ignore_xpm); 344 349 #endif … … 487 492 : QInternalMimeData() 488 493 { 494 495 496 489 497 } 490 498
Note:
See TracChangeset
for help on using the changeset viewer.