Skip to content

Commit

Permalink
Merge pull request selfspy#77 from ljos/master
Browse files Browse the repository at this point in the history
Add quartz framework, remove a ,
  • Loading branch information
gurgeh committed Aug 5, 2013
2 parents b6fc772 + 730d581 commit 21a27ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions osx-requirements.txt
Expand Up @@ -4,3 +4,4 @@ pycrypto==2.5
pyobjc-core==2.5.1
pyobjc-framework-Cocoa==2.5.1
keyring==1.2.2
pyobjc-framework-Quartz==2.5.1
2 changes: 1 addition & 1 deletion selfspy/sniff_cocoa.py
Expand Up @@ -107,7 +107,7 @@ def handler(self, event):
# elif event.type() == NSLeftMouseUp:
# self.mouse_button_hook(1, loc.x, loc.y)
elif event.type() == NSRightMouseDown:
self.mouse_button_hook(3, loc.x, loc.y,)
self.mouse_button_hook(3, loc.x, loc.y)
# elif event.type() == NSRightMouseUp:
# self.mouse_button_hook(2, loc.x, loc.y)
elif event.type() == NSScrollWheel:
Expand Down

0 comments on commit 21a27ea

Please sign in to comment.