Open GoogleCodeExporter opened 9 years ago
I am sorry I made a joke about Apple and Android on Google+ recently. Clearly,
I deserved this. Must find out what has now changed ...
Original comment by Charles....@gmail.com
on 31 Jul 2011 at 9:02
I believe this is related to the removal of the QuickDraw API in OSX 10.7.
see:
http://developer.apple.com/legacy/mac/library/#documentation/Carbon/Reference/Qu
ickDraw_Ref/Reference/reference.html for deprecation notices
Some discussion at stackoverflow:
http://stackoverflow.com/questions/8154444/xcode-3-4-causing-errors
Original comment by nat...@gmail.com
on 13 Apr 2012 at 4:58
[deleted comment]
[deleted comment]
I've removed some quickdraw stuff from the drawcursor function and replaced
with quartz functions. someone please test. I compiled on my 10.7 system and
ran acme successfully so it does appear to work.
-- edited, took out unused variables --
Original comment by nat...@gmail.com
on 13 Apr 2012 at 7:09
Attachments:
The first one works well, will check the second patch.
Thanks!
Em 13/04/2012, �s 15:52, inferno-os@googlecode.com escreveu:
Original comment by xspager
on 13 Apr 2012 at 7:22
Of course! i made several revisions to remove unused code, ended up slimming
the whole drawcursor function down quite a bit. Hopefully I helped! :)
Original comment by nat...@gmail.com
on 13 Apr 2012 at 7:24
A lot! Well done!
Em 13/04/2012, �s 16:24, inferno-os@googlecode.com escreveu:
Original comment by xspager
on 13 Apr 2012 at 7:27
I think is better leave this function body empty. It is moving the cursor to to
left top of the screen every time i click. Since the cursor is draw by OSX, i
think is not an issue.
Original comment by xspager
on 15 Apr 2012 at 8:47
Sounds like a good idea. I didn't track down where else that function gets
called but if leaving it empty satisfies the requirements it sounds good.
Original comment by nat...@gmail.com
on 15 Apr 2012 at 10:14
Original issue reported on code.google.com by
eri...@gmail.com
on 31 Jul 2011 at 7:17