source: trunk/dports/aqua/qt4-mac/files/patch-src_gui_kernel_qt_cocoa_helpers_mac_p.h.diff @ 102396

Last change on this file since 102396 was 102396, checked in by michaelld@…, 12 years ago

qt4-mac: None of these changes effect Qt's functionalty; hence no rev-bump

  • remove the build.target, since that is the default;
  • improve tests for CPATH and LIBRARY_PATH;
  • add patch to remove spurious and unnecessary struct declaration.
File size: 777 bytes
  • src/gui/kernel/qt_cocoa_helpers_mac_p.h

    old new  
    155155void qt_dispatchModifiersChanged(void * /*NSEvent * */flagsChangedEvent, QWidget *widgetToGetEvent);
    156156bool qt_mac_handleTabletEvent(void * /*QCocoaView * */view, void * /*NSEvent * */event);
    157157inline QApplication *qAppInstance() { return static_cast<QApplication *>(QCoreApplication::instance()); }
    158 struct ::TabletProximityRec;
     158// struct ::TabletProximityRec;
    159159void qt_dispatchTabletProximityEvent(const ::TabletProximityRec &proxRec);
    160160Qt::KeyboardModifiers qt_cocoaModifiers2QtModifiers(ulong modifierFlags);
    161161Qt::KeyboardModifiers qt_cocoaDragOperation2QtModifiers(uint dragOperations);
Note: See TracBrowser for help on using the repository browser.