mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:30:47 +00:00
* Model/GNUmakefile enable build of test app, fix resource files ref.
* Model/test.gmodel remove ref to IMCustomView. * Model/GMAppKit.m add test for XRAW backend. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3175 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
52b197e8af
commit
c1b0786d0a
8 changed files with 30 additions and 20 deletions
|
@ -2,6 +2,7 @@
|
|||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <AppKit/NSPasteboard.h>
|
||||
|
||||
BOOL
|
||||
|
@ -10,6 +11,12 @@ initialize_gnustep_backend(void)
|
|||
/* Dummy replacement for the xdps function */
|
||||
return YES;
|
||||
}
|
||||
void NSHighlightRect(NSRect aRect) // dummy define
|
||||
{}
|
||||
void NSRectFill(NSRect aRect) // dummy define
|
||||
{}
|
||||
void NSBeep(void) // dummy define
|
||||
{}
|
||||
|
||||
@interface GMModel: NSObject
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue