X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f36a8d7bc65a31db3902e9ee4cc5f9d42d3bbab..cbffcf1117944db24ee8c196440702172dd0923f:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index f773f1c6c1..49949f1b5f 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -280,12 +280,6 @@ typedef int wxWindowID; #define wx_static_cast(t, x) ((t)(x)) #endif -#ifdef HAVE_DYNAMIC_CAST - #define wx_dynamic_cast(t, x) dynamic_cast(x) -#else - #define wx_dynamic_cast(t, x) ((t)(x)) -#endif - #ifdef HAVE_CONST_CAST #define wx_const_cast(t, x) const_cast(x) #else @@ -1359,6 +1353,10 @@ enum wxBorder #define wxFRAME_EX_CONTEXTHELP 0x00000004 #define wxDIALOG_EX_CONTEXTHELP 0x00000004 +/* Draw the window in a metal theme on Mac */ +#define wxFRAME_EX_METAL 0x00000040 +#define wxDIALOG_EX_METAL 0x00000040 + /* Create a window which is attachable to another top level window */ #define wxFRAME_DRAWER 0x0020