mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Fixed the declaration of the Window type.
Before, the fl_find(Window) function was not accessible from .mm source files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10451 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
@class FLWindow; // a subclass of the NSWindow Cocoa class
|
@class FLWindow; // a subclass of the NSWindow Cocoa class
|
||||||
typedef FLWindow *Window;
|
typedef FLWindow *Window;
|
||||||
#else
|
#else
|
||||||
typedef class FLWindow_opaque *Window; // pointer to the FLWindow objective-c class
|
typedef class FLWindow *Window; // pointer to the FLWindow objective-c class
|
||||||
#endif // __OBJC__
|
#endif // __OBJC__
|
||||||
|
|
||||||
#if !(defined(FL_LIBRARY) || defined(FL_INTERNALS)) // this part is used when compiling an application program
|
#if !(defined(FL_LIBRARY) || defined(FL_INTERNALS)) // this part is used when compiling an application program
|
||||||
|
|||||||
Reference in New Issue
Block a user