Got dialog sizing to work, downsized fonts a bit (though it always returns

the same standard font right now)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-02-26 21:58:07 +00:00
parent bc55104d9a
commit c2ff68d3fd
6 changed files with 62 additions and 4 deletions

View File

@@ -284,6 +284,12 @@ typedef int (*XErrorHandler) ( /* WARNING, this type not in Xlib spec */
#define KeymapStateMask 0
#define StructureNotifyMask GR_EVENT_MASK_UPDATE
#ifdef ConfigureNotify
/* XtoNX.h gets it wrong */
#undef ConfigureNotify
#endif
#define ConfigureNotify GR_EVENT_TYPE_UPDATE
#ifndef FocusIn
#define FocusIn GR_EVENT_TYPE_FOCUS_IN
#define FocusOut GR_EVENT_TYPE_FOCUS_OUT