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:
@@ -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
|
||||
|
Reference in New Issue
Block a user