This is xtNXImageRep.m in view mode; [Download] [Up]
/*
NXImageRep.m - Abstract image representation.
Copyright (c) 1993, 1994, 1995, Adam Fedor.
Implementation of display specific methods for X-Windows.
*/
#include "NXImageRep.h"
#include "Application.h"
#include "dpsclient/psops.h"
const char *NXImageRepInstanceName(void)
{
return "NXImageRep";
}
@implementation NXImageRep(ToolKit)
- (BOOL)_displayDrawAt:(const NXPoint *)point
{
PStranslate(point->x, point->y);
return YES;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.