mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
commit
efe22e8557
3 changed files with 3 additions and 3 deletions
|
@ -804,7 +804,7 @@ _bitmap_combine_alpha(RContext *context,
|
|||
img.pro_mul = 255;
|
||||
break;
|
||||
default:
|
||||
NSLog(@"Bizzare number of bits per sample %d", bits_per_sample);
|
||||
NSLog(@"Bizarre number of bits per sample %d", bits_per_sample);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ accessibleRectForWindow (gswindow_device_t* win)
|
|||
&ignoreUInt,
|
||||
&ignoreUInt))
|
||||
{
|
||||
NSDebugLLog (@"XGGeometry", @"invalide Drawable in gswindow_device");
|
||||
NSDebugLLog (@"XGGeometry", @"invalid Drawable in gswindow_device");
|
||||
return XGMakeRect (0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
|
|
@ -1292,7 +1292,7 @@ main(int argc, char** argv, char **env)
|
|||
|
||||
if (host == nil)
|
||||
{
|
||||
NSLog(@"gpbs - unknown NSHost argument ... %@ - quiting.", hostname);
|
||||
NSLog(@"gpbs - unknown NSHost argument ... %@ - quitting.", hostname);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
a = [host names];
|
||||
|
|
Loading…
Reference in a new issue