1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Various OS/2-specific global data
4 // Author: David Webster
8 // Copyright: (c) David Webster
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // For compilers that support precompilation, includes "wx.h".
13 #include "wx/wxprec.h"
19 // Current cursor, in order to hang on to
20 // cursor handle when setting the cursor globally
21 wxCursor
*g_globalCursor
= NULL
;
23 wxNativeFontInfo wxNullNativeFontInfo
;