Ignore:
Timestamp:
01/29/06 22:59:56 (18 years ago)
Author:
Nicholas Riley
Message:

setup.py: use HotKey module (shared with LocationDo) instead of
_StreamVision module

HotKeymodule.c: the aforementioned module

StreamVision.py: use HotKey module instead of _StreamVision module.
Fix StreamVision.displayTrackInfo to not crash when iTunes jealously
hides the names of iTMS tracks from us. Switch track rating keys to
shift-F10/F11 to avoid conflicting with my preferred Expose/Dashboard
key bindings on my iBook.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/setup.py

    r188 r211  
    1717setup(
    1818    app=["StreamVision.py"],
    19     ext_modules=[Extension('_StreamVision',
    20                            sources=['_StreamVisionmodule.c'],
     19    ext_modules=[Extension('HotKey',
     20                           sources=['HotKeymodule.c'],
    2121                           extra_link_args=['-framework', 'Carbon'])],
    2222    data_files=["English.lproj"],
Note: See TracChangeset for help on using the changeset viewer.