mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Add canvasWindow and canvasView to the build and to the GormDocument.gorm file.
This commit is contained in:
parent
ae5b007fed
commit
73ce318bc8
4 changed files with 6 additions and 1 deletions
|
@ -37,7 +37,9 @@
|
|||
selectionBox,
|
||||
filePrefsView,
|
||||
filePrefsManager,
|
||||
filePrefsWindow
|
||||
filePrefsWindow,
|
||||
canvasWindow,
|
||||
canvasView
|
||||
);
|
||||
Super = NSDocument;
|
||||
};
|
||||
|
|
Binary file not shown.
|
@ -68,6 +68,7 @@ GormCore_HEADER_FILES = \
|
|||
GormNSPanel.h \
|
||||
GormNSSplitViewInspector.h \
|
||||
GormNSWindow.h \
|
||||
GormNSWindowView.h \
|
||||
GormObjectEditor.h \
|
||||
GormObjectInspector.h \
|
||||
GormOpenGLView.h \
|
||||
|
@ -134,6 +135,7 @@ GormCore_OBJC_FILES = \
|
|||
GormNSPanel.m \
|
||||
GormNSSplitViewInspector.m \
|
||||
GormNSWindow.m \
|
||||
GormNSWindowView.m \
|
||||
GormObjectEditor.m \
|
||||
GormObjectInspector.m \
|
||||
GormOpenGLView.m \
|
||||
|
|
|
@ -63,6 +63,7 @@ FOUNDATION_EXPORT const unsigned char GormCoreVersionString[];
|
|||
#include <GormCore/GormNSPanel.h>
|
||||
#include <GormCore/GormNSSplitViewInspector.h>
|
||||
#include <GormCore/GormNSWindow.h>
|
||||
#include <GormCore/GormNSWindowView.h>
|
||||
#include <GormCore/GormObjectEditor.h>
|
||||
#include <GormCore/GormObjectInspector.h>
|
||||
#include <GormCore/GormOpenGLView.h>
|
||||
|
|
Loading…
Reference in a new issue