git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38105
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxTopLevelWindowGTK::SetWindowStyleFlag( long style )
{
void wxTopLevelWindowGTK::SetWindowStyleFlag( long style )
{
+#if defined(__WXGTK24__) || GTK_CHECK_VERSION(2,2,0)
// Store which styles were changed
long styleChanges = style ^ m_windowStyle;
// Store which styles were changed
long styleChanges = style ^ m_windowStyle;
// Process wxWindow styles. This also updates the internal variable
// Therefore m_windowStyle bits carry now the _new_ style values
// Process wxWindow styles. This also updates the internal variable
// Therefore m_windowStyle bits carry now the _new_ style values