]>
Commit | Line | Data |
---|---|---|
0e320a79 DW |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: data.cpp | |
6a76384f | 3 | // Purpose: Various OS/2-specific global data |
23e4b7d8 | 4 | // Author: David Webster |
0e320a79 | 5 | // Modified by: |
23e4b7d8 | 6 | // Created: 09/20/99 |
0e320a79 | 7 | // RCS-ID: $Id$ |
23e4b7d8 DW |
8 | // Copyright: (c) David Webster |
9 | // Licence: wxWindows licence | |
0e320a79 DW |
10 | ///////////////////////////////////////////////////////////////////////////// |
11 | ||
23e4b7d8 DW |
12 | // For compilers that support precompilation, includes "wx.h". |
13 | #include "wx/wxprec.h" | |
0e320a79 | 14 | |
23e4b7d8 DW |
15 | #ifndef WX_PRECOMP |
16 | #include "wx/wx.h" | |
0e320a79 DW |
17 | #endif |
18 | ||
23e4b7d8 DW |
19 | // Current cursor, in order to hang on to |
20 | // cursor handle when setting the cursor globally | |
21 | wxCursor *g_globalCursor = NULL; | |
22 | ||
44227537 | 23 | wxNativeFontInfo wxNullNativeFontInfo; |
0e320a79 | 24 |