Change DPS/PS functions to CGFloat and NSInteger.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36063 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-02-05 19:18:49 +00:00
parent 9d153b9b8b
commit 340c7eb879
12 changed files with 452 additions and 424 deletions

View file

@ -51,9 +51,9 @@
* GNUstep extension
*/
- (id) initWithSize: (NSSize)aSize
pixelsWide: (int)pixelsWide
pixelsHigh: (int)pixelsHigh
depth: (int)aDepth
pixelsWide: (NSInteger)pixelsWide
pixelsHigh: (NSInteger)pixelsHigh
depth: (NSWindowDepth)aDepth
separate: (BOOL)separate
alpha: (BOOL)alpha;