mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 07:29:09 +00:00
os2: integrate the port into main tree.
This commit is contained in:
parent
20db1471e5
commit
d27238751f
13 changed files with 104 additions and 8 deletions
|
@ -44,3 +44,8 @@ extern NativeWindowFactory X11WindowFactory;
|
|||
#define TEST_NATIVE_COCOA
|
||||
extern NativeWindowFactory CocoaWindowFactory;
|
||||
#endif
|
||||
|
||||
#ifdef SDL_VIDEO_DRIVER_OS2
|
||||
#define TEST_NATIVE_OS2
|
||||
extern NativeWindowFactory OS2WindowFactory;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue