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