+ wxASSERT_MSG( g_displayDC, wxT("You must call wxApp::SetDisplayMode before using this function") );
+ if ( width )
+ *width = (g_displayDC->sizex()+1) * 25/72;
+ if ( height )
+ *height = (g_displayDC->sizey()+1) * 25/72;
+ // FIXME_MGL -- what about returning *real* monitor dimensions?