]> git.saurik.com Git - cydia.git/commit
Use NSMakeSize rather than CGSizeMake for creating a NSSize -- if it's stored in...
authorGrant Paul <chpwn@chpwn.com>
Sat, 16 Oct 2010 07:54:01 +0000 (00:54 -0700)
committerGrant Paul <chpwn@chpwn.com>
Sat, 16 Oct 2010 07:55:04 +0000 (00:55 -0700)
commit1edcdccff91b5e32f9fcf40cfcbd00c98bb237ed
tree1aecd7344ef521817fa173997091d74de70a94fe
parent3c216e5ece97fb293ef6ebc0ad38e0513d736c22
Use NSMakeSize rather than CGSizeMake for creating a NSSize -- if it's stored in a NSValue using -valueWithSize:, then it's an NSSize, not a CGSize. It's a CGSize if you use -valueWithCGSize:.
UICaboodle/BrowserView.mm [changed mode: 0644->0755]