First set of NSInteger/NSUInteger cleanup in gui.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36029 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-01-27 20:28:35 +00:00
parent ec2f64f7a9
commit a612305757
15 changed files with 175 additions and 158 deletions

View file

@ -170,7 +170,7 @@
@implementation GSTTPanel
- (id) initWithContentRect: (NSRect)contentRect
styleMask: (unsigned int)aStyle
styleMask: (NSUInteger)aStyle
backing: (NSBackingStoreType)bufferingType
defer: (BOOL)flag;
{