]> 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)
commit45b777c34a71958e5e83c23bfb3a7dd65961d943
tree1aecd7344ef521817fa173997091d74de70a94fe
parent8a4106c2f2a665de84c7074ed4aaba85bab8d751
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]