mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 09:30:48 +00:00
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:
parent
9d153b9b8b
commit
340c7eb879
12 changed files with 452 additions and 424 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue