mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
More int to NSInteger conversions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40243 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
25949d2ae1
commit
2cb655c463
2 changed files with 3 additions and 3 deletions
|
@ -266,7 +266,7 @@ static XGDragView *sharedDragView = nil;
|
||||||
action: (NSDragOperation)action
|
action: (NSDragOperation)action
|
||||||
position: (NSPoint)eventLocation
|
position: (NSPoint)eventLocation
|
||||||
timestamp: (NSTimeInterval)time
|
timestamp: (NSTimeInterval)time
|
||||||
toWindow: (int)dWindowNumber
|
toWindow: (NSInteger)dWindowNumber
|
||||||
{
|
{
|
||||||
gswindow_device_t *dragWindev = DRAGWINDEV;
|
gswindow_device_t *dragWindev = DRAGWINDEV;
|
||||||
|
|
||||||
|
|
|
@ -2484,7 +2484,7 @@ NSLog(@"styleoffsets ... guessing offsets\n");
|
||||||
if (!window)
|
if (!window)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
NSDebugLLog(@"XGTrace", @"DPSstylewindow: %ld : %d", style, (long)win);
|
NSDebugLLog(@"XGTrace", @"DPSstylewindow: %d : %ld", style, (long)win);
|
||||||
if (window->win_attrs.window_style != style
|
if (window->win_attrs.window_style != style
|
||||||
|| (window->win_attrs.flags & GSWindowStyleAttr) == 0)
|
|| (window->win_attrs.flags & GSWindowStyleAttr) == 0)
|
||||||
{
|
{
|
||||||
|
@ -2953,7 +2953,7 @@ static BOOL didCreatePixmaps;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NSDebugLLog(@"XGTrace", @"DPSorderwindow: %ld : %d : %ld",op,(long)otherWin,(long)winNum);
|
NSDebugLLog(@"XGTrace", @"DPSorderwindow: %d : %ld : %ld",op,(long)otherWin,(long)winNum);
|
||||||
level = window->win_attrs.window_level;
|
level = window->win_attrs.window_level;
|
||||||
if (otherWin > 0)
|
if (otherWin > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue